[]
        
(Showing Draft Content)

DocumentListItem

Type Alias: DocumentListItem

type DocumentListItem = object;

Document list item description.

Type declaration

name

name: string;

Display name.

path

path: string;

Absolute or relative URL to a PDF document.

previewContent?

optional previewContent: string;

Optional. The HTML content to be used as the preview content in the document list. If specified, this property will be used instead of the name property.

title

title: string;

Item tooltip.