Implements

Constructors

Properties

Accessors

  • get maximumSize(): number
  • The maximum size the component can reach where size is measured in the direction of orientation provided.

    Returns number

  • get minimumSize(): number
  • The minimum size the component can reach where size is measured in the direction of orientation provided.

    Returns number

Methods

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

    Parameters

    • width: number
    • height: number

    Returns void

  • Move a panel given it's current and desired index.

    Parameters

    • from: number
    • to: number

    Returns void

Generated using TypeDoc