FieldValidatedEvent
n8n-nodes-semble / core/EventSystem / FieldValidatedEvent
Interface: FieldValidatedEvent¶
Defined in: core/EventSystem.ts:148
Base event interface
Extends¶
Properties¶
timestamp¶
timestamp:
number
Defined in: core/EventSystem.ts:17
Inherited from¶
source¶
source:
string
Defined in: core/EventSystem.ts:18
Inherited from¶
id¶
id:
string
Defined in: core/EventSystem.ts:19
Inherited from¶
type¶
type:
"field.validated"
Defined in: core/EventSystem.ts:149
Overrides¶
fieldName¶
fieldName:
string
Defined in: core/EventSystem.ts:150
isValid¶
isValid:
boolean
Defined in: core/EventSystem.ts:151
errors?¶
optional
errors:string
[]
Defined in: core/EventSystem.ts:152