Dockview
    Preparing search index...

    Class DockviewPanel

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    api: DockviewPanelApiImpl
    id: string
    view: IDockviewPanelModel

    Accessors

    • get isDisposed(): boolean

      Returns boolean

    Methods

    • Low-level pinned-state mutation. Sets the flag and fires the panel-api event. The public, module-gated entry point is panel.api.setPinnedDockviewComponent.setPanelPinned, which decides whether pinning is active before reaching here; this method itself does not gate, so the ordering module and serialization can drive it directly.

      Parameters

      • pinned: boolean

      Returns void