EventActionType
n8n-nodes-semble / components/EventActionSelector / EventActionType
Enumeration: EventActionType¶
Defined in: components/EventActionSelector.ts:15
Available CRUD action types EventActionType
Enumeration Members¶
CREATE¶
CREATE:
"create"
Defined in: components/EventActionSelector.ts:16
GET¶
GET:
"get"
Defined in: components/EventActionSelector.ts:17
GET_MANY¶
GET_MANY:
"getMany"
Defined in: components/EventActionSelector.ts:18
UPDATE¶
UPDATE:
"update"
Defined in: components/EventActionSelector.ts:19
DELETE¶
DELETE:
"delete"
Defined in: components/EventActionSelector.ts:20