Hierarchy

  • Component<TextareaAttributes, HistoryState>
    • SearchInWorkspaceTextArea

Constructors

Properties

addToHistory: DebouncedFunc<(() => void)> = ...

Add a nonempty current value to the history, if not already present. (Debounced, 1 second delay.)

Type declaration

    • (): void
    • Returns void

textarea: RefObject<HTMLTextAreaElement> = ...
LIMIT: number = 100

Accessors

Methods