@mendix/extensions-api - v0.2.4
    Preparing search index...

    Type Alias DockablePaneInfo

    Dockable pane specific data required to register a dockable pane with Studio Pro.

    type DockablePaneInfo = {
        initialPosition: DockablePanePosition;
        title: string;
    }
    Index

    Properties

    initialPosition: DockablePanePosition

    The initial position where your dockable pane should be hosted.

    title: string

    The title that should be displayed for your dockable pane.