Trilium Frontend API
    Preparing search index...

    Variable VIEW_ONLY_OPTION_REFINERSConst

    VIEW_ONLY_OPTION_REFINERS: {
        buttonTextKey: StringConstructor;
        class: Identity<ClassNameGenerator<ViewDisplayInfo>>;
        className: Identity<ClassNameGenerator<ViewDisplayInfo>>;
        component: Identity<ViewComponentType>;
        content: Identity<ContentGenerator<ViewContentInfo>>;
        dateProfileGeneratorClass: Identity<DateProfileGeneratorClass>;
        didMount: Identity<DidMountHandler<ViewDisplayInfo>>;
        disallowAmbigTitle: BooleanConstructor;
        type: StringConstructor;
        usesMinMaxTime: BooleanConstructor;
        willUnmount: Identity<WillUnmountHandler<ViewDisplayInfo>>;
    }

    Type Declaration