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

    Interface SelectionReceiver

    An instance of this interface must be registered as selection-services.SelectionReceiver.

    interface SelectionReceiver {
        receive(result: SelectionResult): void;
        supportsAdding?: boolean;
    }
    Index

    Properties

    Methods

    Properties

    supportsAdding?: boolean

    Flag if the receiver supports adding new selection results to existing ones.

    Methods

    • Receives a selection.

      Parameters

      Returns void