Trilium Frontend API
    Preparing search index...

    Interface InteractionSettingsInput

    interface InteractionSettingsInput {
        disableHits?: boolean;
        el: HTMLElement;
        isHitComboAllowed?: (hit0: Hit, hit1: Hit) => boolean;
        useEventCenter?: boolean;
    }
    Index
    disableHits?: boolean
    isHitComboAllowed?: (hit0: Hit, hit1: Hit) => boolean
    useEventCenter?: boolean