Class BorderNode

Hierarchy

Implements

Properties

TYPE: "border" = "border"

Methods

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

  • Returns string

  • Returns number

  • Returns number

  • Returns undefined | Node

  • Returns any

  • Returns undefined | Rect

  • Returns string

  • Returns boolean

  • Parameters

    • Optional whenOpen: 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