Interface SearchWidget

Hierarchy

Properties

Properties

close: ((focusTextarea?) => void)

Type declaration

    • (focusTextarea?): void
    • Hides the search widget and removes most event listeners.

      Parameters

      • Optional focusTextarea: boolean

        Whether the editor's textarea should gain focus. Defaults to true.

      Returns void

element: HTMLDivElement

The search widget's outer element.

open: ((focusInput?) => void)

Type declaration

    • (focusInput?): void
    • Opens the search widget.

      Parameters

      • Optional focusInput: boolean

        Whether the widgets's search input should gain focus. Defaults to true.

      Returns void

Generated using TypeDoc