[]
        
(Showing Draft Content)

DocumentInfo

Type Alias: DocumentInfo

type DocumentInfo = object;

Properties

content

content: unknown;

Document content in JSON format that can be useful for viewers with in-browser rendering.


id

id: string;

Document id


name

name: string;

Document name


preferredFormat

preferredFormat: "html" | "svg";

Specifies preferred rendering format for the document


temporary?

optional temporary: boolean;

Specifies whether the document to-be-previewed is an existing document saved on server side.