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

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

Properties

Methods

Properties

supportsAdding?: boolean

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

Methods

  • Receives a selection.

    Parameters

    Returns void