Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookFindWidgetProps {
        filters?: NotebookEditorFindFilter[];
        hidden?: boolean;
        onClose(): void;
        onReplace(matches: NotebookEditorFindMatch[], value: string): void;
        onSearch(
            options: NotebookEditorFindMatchOptions,
        ): NotebookEditorFindMatch[];
    }
    Index

    Properties

    hidden?: boolean

    Methods