Trilium Frontend API
    Preparing search index...

    Variable CALENDAR_ONLY_OPTION_REFINERSConst

    CALENDAR_ONLY_OPTION_REFINERS: {
        class: Identity<ClassNameGenerator<CalendarDisplayInfo>>;
        className: Identity<ClassNameGenerator<CalendarDisplayInfo>>;
        events: Identity<EventSourceInput>;
        eventSources: Identity<EventSourceInput[]>;
        initialEvents: Identity<EventSourceInput>;
        plugins: Identity<PluginInput[]>;
        viewClass: Identity<ClassNameGenerator<ViewDisplayInfo>>;
        viewDidMount: Identity<DidMountHandler<ViewDisplayInfo>>;
        views: Identity<{ [viewId: string]: ViewOptions }>;
        viewWillUnmount: Identity<WillUnmountHandler<ViewDisplayInfo>>;
    }