@vcmap/core
    Preparing search index...

    Class EnsureHandlerSelectionInteraction

    This interaction ensure a potential handler is dragged in 3D when it is obscured by a transparent feature. It uses drillPick on MOVE if: the map is 3D, there is a feature at said position, there is a feature selected in the feature selection & the feature at the position is not a handler

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Sets the interaction active. Use boolean (true|false) to toggle default behavior. Pass it a bitmask of EventType to change the active state. Call without arguments to reset the default active, modification key and pointer Key behavior

      Parameters

      • Optionalactive: number | boolean

      Returns void

    Properties

    active: EventType

    The current active bitmask for EventType

    id: string

    A unique identifier for this interaction

    modificationKey: ModificationKeyType

    The current active ModificationKeyType

    pointerKey: PointerKeyType

    The currently active PointerKeyType