Trilium Frontend API
    Preparing search index...

    Interface RightPanelWidgetProps

    interface RightPanelWidgetProps {
        buttons?: ComponentChildren;
        children: ComponentChildren;
        containerRef?: RefObject<HTMLDivElement>;
        contextMenuItems?: MenuItem<unknown>[];
        grow?: boolean;
        id: string;
        title: string;
    }
    Index

    Properties

    containerRef?: RefObject<HTMLDivElement>
    contextMenuItems?: MenuItem<unknown>[]
    grow?: boolean
    id: string
    title: string