ISPO SDK
    Preparing search index...

    Interface FilesEditSessionPreview

    Markdown
    interface FilesEditSessionPreview {
        content?: string | Uint8Array<ArrayBufferLike>;
        dataUrl?: string;
        mimeType?: string;
        name?: string;
        url?: string;
    }
    Index
    content?: string | Uint8Array<ArrayBufferLike>

    Inline preview bytes/text when the transport can carry them directly.

    dataUrl?: string

    Pre-rendered preview as a data URL, or an assets:// URL/reference.

    mimeType?: string
    name?: string
    url?: string