SchemaUpdatedEvent
n8n-nodes-semble / core/EventSystem / SchemaUpdatedEvent
Interface: SchemaUpdatedEvent¶
Defined in: core/EventSystem.ts:171
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:
"schema.updated"
Defined in: core/EventSystem.ts:172
Overrides¶
schemaName¶
schemaName:
string
Defined in: core/EventSystem.ts:173
oldVersion¶
oldVersion:
string
Defined in: core/EventSystem.ts:174
newVersion¶
newVersion:
string
Defined in: core/EventSystem.ts:175