Skip to content

IMapItemValidationTriggerConfig.map

github-actions[bot] edited this page Oct 24, 2024 · 3 revisions

Gets the map containing the items that may trigger validation.

Property type: INotifyMapChanged<TKey, TItem> & Iterable<[TKey, TItem], any, any>.

readonly map: INotifyMapChanged<TKey, TItem> | Iterable<[TKey, TItem], any, any>

Source reference: src/validation/triggers/MapItemValidationTrigger.ts:22.

Clone this wiki locally