Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

Properties

Constructors

  • new default(toolContext: unknown, activePropertyName: string): default

Properties

getActive: (() => boolean)

Type declaration

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

      Returns boolean

      Is active.

setActive: ((newVal: boolean) => void)

Type declaration

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

      Parameters

      • newVal: boolean

        New active state.

      Returns void

Generated using TypeDoc