Interface SelectionHandleState

interface SelectionHandleState {
    kind: Handle;
    primary: null | number;
    selections: number[];
}

Properties

kind: Handle
primary: null | number
selections: number[]