Trilium Frontend API
    Preparing search index...

    Interface WidgetDefinition

    interface WidgetDefinition {
        parent: "right-pane";
        position?: number;
        render: () => VNode;
    }
    Index

    Properties

    parent: "right-pane"
    position?: number
    render: () => VNode