n8n-nodes-semble v2.1.0


n8n-nodes-semble / components/EventActionSelector / EventActionSelectorConfig

Interface: EventActionSelectorConfig

Defined in: components/EventActionSelector.ts:27

Configuration for event action selector EventActionSelectorConfig

Properties

name?

optional name: string

Defined in: components/EventActionSelector.ts:28


displayName?

optional displayName: string

Defined in: components/EventActionSelector.ts:29


description?

optional description: string

Defined in: components/EventActionSelector.ts:30


default?

optional default: EventActionType

Defined in: components/EventActionSelector.ts:31


displayOptions?

optional displayOptions: object

Defined in: components/EventActionSelector.ts:32

show?

optional show: object

Index Signature

[key: string]: string[]

hide?

optional hide: object

Index Signature

[key: string]: string[]


includeActions?

optional includeActions: EventActionType[]

Defined in: components/EventActionSelector.ts:36


excludeActions?

optional excludeActions: EventActionType[]

Defined in: components/EventActionSelector.ts:37


resourceSpecific?

optional resourceSpecific: object

Defined in: components/EventActionSelector.ts:38

Index Signature

[resource: string]: EventActionType[]