Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Properties

Static Readonly TYPE

TYPE: "tab" = "tab"

Methods

getChildren

  • getChildren(): Node[]

getClassName

  • getClassName(): undefined | string
  • Returns undefined | string

getCloseType

  • getCloseType(): number
  • Returns number

getComponent

  • getComponent(): undefined | string
  • Returns undefined | string

getConfig

  • getConfig(): any
  • Returns the config attribute that can be used to store node specific data that WILL be saved to the json. The config attribute should be changed via the action Actions.updateNodeAttributes rather than directly, for example: this.state.model.doAction( FlexLayout.Actions.updateNodeAttributes(node.getId(), {config:myConfigObject}));

    Returns any

getExtraData

  • getExtraData(): Record<string, any>
  • Returns an object that can be used to store transient node specific data that will NOT be saved in the json.

    Returns Record<string, any>

getHelpText

  • getHelpText(): undefined | string
  • Returns undefined | string

getIcon

  • getIcon(): undefined | string
  • Returns undefined | string

getId

  • getId(): string

getModel

getName

  • getName(): string
  • Returns string

getOrientation

getParent

  • getParent(): undefined | Node

getRect

getTabRect

  • getTabRect(): undefined | Rect
  • Returns undefined | Rect

getType

  • getType(): string

getWindow

  • getWindow(): undefined | Window
  • Returns undefined | Window

isEnableClose

  • isEnableClose(): boolean
  • Returns boolean

isEnableDrag

  • isEnableDrag(): boolean
  • Returns boolean

isEnableFloat

  • isEnableFloat(): boolean
  • Returns boolean

isEnableRename

  • isEnableRename(): boolean
  • Returns boolean

isEnableRenderOnDemand

  • isEnableRenderOnDemand(): boolean
  • Returns boolean

isFloating

  • isFloating(): boolean
  • Returns boolean

isVisible

  • isVisible(): boolean

removeEventListener

  • removeEventListener(event: string): void

setEventListener

  • setEventListener(event: string, callback: (params: any) => void): void
  • Parameters

    • event: string
    • callback: (params: any) => void
        • (params: any): void
        • Parameters

          • params: any

          Returns void

    Returns void

toJson

Generated using TypeDoc