Orca Note Plugin API Documentation
    Preparing search index...

    Interface PanelLayouts

    Configuration for saved panel layouts. Allows users to save and restore different workspace arrangements.

    interface PanelLayouts {
        default: string;
        layouts: Record<string, { activePanel: string; panels: RowPanel }>;
    }
    Index

    Properties

    Properties

    default: string

    The key of the default layout to use

    layouts: Record<string, { activePanel: string; panels: RowPanel }>

    Map of named layouts with their panel configurations