Skip to content

ISetItemValidationTriggerConfig.set

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

Gets the set containing the items that may trigger validation.

Property type: INotifySetChanged<TItem> & Iterable<TItem>.

readonly set: INotifySetChanged<TItem> | Iterable<TItem>

Source reference: src/validation/triggers/SetItemValidationTrigger.ts:20.

Clone this wiki locally