Adds (or, if one is already present, replaces) a new dictionary field context key-value pair.
The dictionary field name.
The dictionary field key for which to retrieve a value.
Removes a dictionary field from the query.
The field to remove.
Sets the dictionary field context for the query. This replaces any existing context with the new one.
The dictionary field context to set for the query.
Adds a callback that's invoked on state change.
A callback that's invoked on state change.
A function to remove the listener.
The
DictionaryFieldContext
controller allows specifying which dictionary field keys to retrieve.Example: dictionary-field-context.fn.ts