Trilium Frontend API
    Preparing search index...

    Interface InteractionSettings

    interface InteractionSettings {
        component: DateComponent<any>;
        el: HTMLElement;
        isHitComboAllowed: (hit0: Hit, hit1: Hit) => boolean;
        useEventCenter: boolean;
    }
    Index
    component: DateComponent<any>
    isHitComboAllowed: (hit0: Hit, hit1: Hit) => boolean
    useEventCenter: boolean