Skip to main content

Interface: SearchInputStoreChangeValueEvent<T>

Event data for search query value change event.

Extends

Type Parameters

Type Parameter

T

Properties

PropertyModifierTypeDescriptionInherited from

action

readonly

"input" | "clear" | "submit"

Search query value change intent (action).

See

SearchInputStore.change

previous

readonly

T

Previous value for a property which has changed.

PropertyChange.previous

source

readonly

SearchInputStore<T>

Event source (the object owning the property).

PropertyChange.source