Properties

isButtonVisible: boolean

Gets or sets whether the accessibility button is visible.

isVisible: boolean

Gets or sets whether the accessibility menu is visible.

Methods

  • Registers a callback which will be called when the accessibility button visibility 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 visibility state.

        • (value: boolean): void
        • Parameters

          • value: boolean

          Returns void

    Returns EventSubscription

  • Registers a callback which will be called when the accessibility menu visibility 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 visibility state.

        • (value: boolean): void
        • Parameters

          • value: boolean

          Returns void

    Returns EventSubscription

Generated using TypeDoc