Interface SelectionChangeEvent

interface SelectionChangeEvent {
    selections: Selection[];
    source?: string;
}

Properties

Properties

selections: Selection[]
source?: string