Interface NotebookCellFindMatches

interface NotebookCellFindMatches {
    matches: NotebookEditorFindMatch[];
    selected: NotebookEditorFindMatch;
}

Properties

Properties