Interface NotebookEditorFindMatch

interface NotebookEditorFindMatch {
    selected: boolean;
    replace?(value): void;
    show(): void;
}

Implemented by

Properties

Methods

Properties

selected: boolean

Methods