Dockview
    Preparing search index...

    Class GridviewPanel<T>Abstract

    Type Parameters

    • T extends GridviewPanelApiImpl = GridviewPanelApiImpl

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    • Type Parameters

      • T extends GridviewPanelApiImpl = GridviewPanelApiImpl

      Parameters

      • id: string
      • component: string
      • Optionaloptions: {
            maximumHeight?: number;
            maximumWidth?: number;
            minimumHeight?: number;
            minimumWidth?: number;
        }
      • Optionalapi: T

      Returns GridviewPanel<T>

    Properties

    api: T
    component: string
    id: string
    onDidChange: DockviewEvent<IViewSize | undefined> = ...

    Accessors

    • get isDisposed(): boolean

      Returns boolean

    Methods