Class TabNode

Hierarchy

Implements

Properties

TYPE: "tab" = "tab"

Methods

  • Returns undefined | string

  • Returns number

  • Returns undefined | string

  • 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

  • Returns undefined | string

  • 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>

  • Returns undefined | string

  • Returns undefined | string

  • Returns string

  • Returns string

  • Returns undefined | Rect

  • Returns undefined | string

  • Returns string

  • Returns undefined | Window

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Parameters

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

          • params: any

          Returns void

    Returns void

Generated using TypeDoc