Interface IEventSelectionChanged

interface IEventSelectionChanged {
    previous: ISelection[];
    selections: ISelection[];
}

Properties

Properties

previous: ISelection[]
selections: ISelection[]