Configuration Filter Widget
The widget’s configuration schema is defined in src/index.ts. Below are the available options, their purpose, and defaults.
Options
Instance ID:
Key:
instanceIdType:
stringPurpose: Namespaces localStorage for per-instance filter history.
Default:
undefined(falls back to'default'at runtime)
Remember history:
Key:
rememberHistoryType:
booleanPurpose: Persist applied expressions to localStorage.
Default:
true
Max history items:
Key:
maxHistoryType:
numberPurpose: Cap on stored history items per
instanceId.Default:
20
Input placeholder:
Key:
placeholderType:
stringPurpose: Placeholder text in the input.
Default:
"Type brush expression…"
Notes
Suggestions combine derived station name hints and local history.
History storage key:
filterHistory:${instanceId || 'default'}.