Dockview
    Preparing search index...

    Class DockviewApi

    Implements

    Index

    Constructors

    Accessors

    • get id(): string

      The unique identifier for this instance. Used to manage scope of Drag'n'Drop events.

      Returns string

    Methods

    • Parameters

      • options: { groupId: string; index?: number; panelId: string; tabGroupId: string }

      Returns void

    • Parameters

      • options: {
            color?: string;
            componentParams?: Record<string, unknown>;
            groupId: string;
            label?: string;
        }

      Returns ITabGroup

    • Parameters

      • options: { groupId: string; tabGroupId: string }

      Returns void

    • Parameters

      • options: { groupId: string; panelId: string }

      Returns ITabGroup | undefined

    • Force resize the component to an exact width and height. Read about auto-resizing before using.

      Parameters

      • width: number
      • height: number
      • force: boolean = false

      Returns void

    • Parameters

      • options: { groupId: string; index: number; tabGroupId: string }

      Returns void

    • Parameters

      • options: { groupId: string; panelId: string }

      Returns void