Trevixal API
    Preparing search index...

    Interface InfoDialogOptions

    interface InfoDialogOptions {
        body?: string;
        closeLabel?: string;
        document: Document;
        rows?: readonly InfoRow[];
        title: string;
    }
    Index
    body?: string

    Leading prose, shown above any rows.

    closeLabel?: string
    document: Document
    rows?: readonly InfoRow[]

    Definition rows, e.g. a shortcut and what it does.

    title: string