Trevixal API
    Preparing search index...

    Interface QuickInsertOptions

    interface QuickInsertOptions {
        items: readonly QuickInsertItem[];
        label?: string;
        onRun?: (item: QuickInsertItem) => void;
        placeholder?: string;
    }
    Index
    items: readonly QuickInsertItem[]
    label?: string
    onRun?: (item: QuickInsertItem) => void

    Called after an item runs, so a usage tracker can record it.

    placeholder?: string