Trilium Frontend API
    Preparing search index...

    Interface CustomMenuItem

    interface CustomMenuItem {
        componentFn: () => Element;
        kind: "custom";
    }
    Index

    Properties

    Properties

    componentFn: () => Element
    kind: "custom"