Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DockLayout

Hierarchy

  • DockPortalManager
    • DockLayout

Implements

Index

Constructors

constructor

Properties

_isMounted

_isMounted: boolean = false

_onWindowResize

_onWindowResize: any = ...

_pendingDestroy

_pendingDestroy: any

Methods

destroyRemovedPane

  • destroyRemovedPane(): void
  • Returns void

dockMove

find

getGroup

getLayout

loadLayout

navigateToPanel

  • navigateToPanel(fromElement?: HTMLElement, direction?: string): void

saveLayout

setLayout

updateTab

  • updateTab(id: string, newTab: TabData, makeActive?: boolean): boolean
  • Update a tab with new TabData

    Parameters

    • id: string

      tab id to update

    • newTab: TabData

      new tab data, if newTab is null, it only changes the active tab of parent panel

    • makeActive: boolean = true

      whether to make the tab the active child of parent panel

    Returns boolean

Static getDerivedStateFromProps

Generated using TypeDoc