Interface NotebookFindWidgetProps

interface NotebookFindWidgetProps {
    filters?: NotebookEditorFindFilter[];
    hidden?: boolean;
    onClose(): void;
    onReplace(matches, value): void;
    onSearch(options): NotebookEditorFindMatch[];
}

Properties

hidden?: boolean

Methods