Properties

Methods

Properties

isReduced: boolean

Gets or sets whether the work area is reduced.

Methods

  • Registers a callback which will be called when the reduced state changes.

    Returns

    An event subscription which can be used to unsubscribe from the event.

    Parameters

    • callback: ((value: boolean) => void)

      The callback which will be called with the new state.

        • (value: boolean): void
        • Parameters

          • value: boolean

          Returns void

    Returns EventSubscription

Generated using TypeDoc