Theia API Documentation v1.65.0
    Preparing search index...

    Initializer properties for the search box widget.

    interface SearchBoxProps {
        delay: number;
        showButtons?: boolean;
        showFilter?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    delay: number

    The delay (in milliseconds) before the debounce notifies clients about its content change.

    showButtons?: boolean

    If true, the Previous, Next, and Close buttons will be visible. Otherwise, false. Defaults to false.

    showFilter?: boolean

    If true, Filter and Close buttons will be visible, and clicking the Filter button will triggers filter on the search term. Defaults to false.