Skip to main content

Interface: IHeadlessEditorInitArgs

Defined in: workflow-elements/headless-editor/app/interfaces/configuration.interface.d.ts:22

Configuration for initializing the headless editor IHeadlessEditorInitArgs

Extends

  • IWorkflowElementInitArgsV2

Properties

component?

optional component?: string

Defined in: workflow-elements-types/workflow-element-base/v2.d.ts:7

Inherited from

IWorkflowElementInitArgsV2.component


configVersion

configVersion: number

Defined in: workflow-elements-types/workflow-element-base/v2.d.ts:9

Inherited from

IWorkflowElementInitArgsV2.configVersion


input

input: HeadlessEditorInput

Defined in: workflow-elements/headless-editor/app/interfaces/configuration.interface.d.ts:23

Overrides

IWorkflowElementInitArgsV2.input


integration

integration: IHeadlessEditorIntegration

Defined in: workflow-elements/headless-editor/app/interfaces/configuration.interface.d.ts:24

Overrides

IWorkflowElementInitArgsV2.integration


localization?

optional localization?: IHeadlessEditorLocalization

Defined in: workflow-elements/headless-editor/app/interfaces/configuration.interface.d.ts:27

Overrides

IWorkflowElementInitArgsV2.localization


resources?

optional resources?: IHeadlessEditorResources

Defined in: workflow-elements/headless-editor/app/interfaces/configuration.interface.d.ts:25

Overrides

IWorkflowElementInitArgsV2.resources


settings?

optional settings?: IHeadlessEditorSettings

Defined in: workflow-elements/headless-editor/app/interfaces/configuration.interface.d.ts:26

Overrides

IWorkflowElementInitArgsV2.settings


tagName?

optional tagName?: string

Defined in: workflow-elements-types/workflow-element-base/v2.d.ts:8

Inherited from

IWorkflowElementInitArgsV2.tagName

Was this page helpful?