Trevixal API
    Preparing search index...

    Interface ExportOptions

    interface ExportOptions {
        selectionOnly?: boolean;
        theme?: ThemeSnapshot;
        title?: string;
    }
    Index
    selectionOnly?: boolean

    Export the selection instead of the whole document.

    Palette override; the one the editor is rendering in by default.

    title?: string

    Title override; the first heading by default.