Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookDocumentShowOptions {
        pinned?: boolean;
        position?: number;
        preserveFocus?: boolean;
        selections?: CellRange[];
    }
    Index

    Properties

    pinned?: boolean
    position?: number
    preserveFocus?: boolean
    selections?: CellRange[]