Constructors

Properties

Constructors

Properties

getActive: (() => boolean)

Type declaration

    • (): boolean
    • A getter function to get the active state of the tool.

      Returns boolean

      Is active.

setActive: ((newVal) => void)

Type declaration

    • (newVal): void
    • A setter function to set the active state of the tool.

      Parameters

      • newVal: boolean

        New active state.

      Returns void

Generated using TypeDoc