Hierarchy

  • default

Constructors

Properties

Constructors

  • A simple object that can be managed by ngeo.misc.ToolActivateMgr.

    See our live examples: ../examples/mapquery.html ../examples/toolActivate.html

    Ngname

    ngeoToolActivate

    Parameters

    • toolContext: unknown

      An object which acts as the context for the tool.

    • activePropertyName: string

      The name of a boolean property on toolContext which represents the active state of the tool.

    Returns default

Properties

getActive: (() => boolean)

Type declaration

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

      Returns

      Is active.

      Returns boolean

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