map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface SpatialInputActionService

    Collects all registered selection-services.SpatialInputAction instances and provides access to them. Registered as selection-services.SpatialInputActionService at the system.

    interface SpatialInputActionService {
        actions: readonly SpatialInputAction[];
        getById(id: string): undefined | SpatialInputAction;
        getIds(): readonly string[];
    }

    Hierarchy

    Index

    Properties

    Methods

    Properties

    actions: readonly SpatialInputAction[]

    Array of all available action instances.

    Methods

    • Gets all action ids as array.

      Returns readonly string[]