Interface NotebookEditorFindFilter

interface NotebookEditorFindFilter {
    active: boolean;
    id: string;
    label: string;
}

Properties

Properties

active: boolean
id: string
label: string