Interface SelectionEvents<T>

Events fired by an selection instance.

interface SelectionEvents<T> {
    changed: CollectionChangedEvent<T>;
}

Type Parameters

  • T

Properties

Properties

Emitted if the selection changed.

Generated using TypeDoc