Theia API Documentation v1.65.0
    Preparing search index...
    interface SelectionHandleState {
        kind: Handle;
        primary: null | number;
        selections: number[];
    }
    Index

    Properties

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