Class SelectionCommandHandler<S>

A command handler is an implementation of a command.

A command can have multiple handlers but they should be active in different contexts, otherwise first active will be executed.

Type Parameters

  • S extends Object

Implements

Constructors

Properties

options: core.Options<S>
selectionService: SelectionService
toSelection: ((arg) => undefined | S)

Type declaration

    • (arg): undefined | S
    • Parameters

      • arg: any

      Returns undefined | S

Methods