Skip to main content

Interface: IHeadlessEditorIntegration

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

Extends

  • HeadlessEditorIntegration

Indexable

[key: string]: unknown

Properties

cchubApiGatewayUrl?

optional cchubApiGatewayUrl?: string

Defined in: workflow-elements/headless-editor/lib/domain/config/models/config.model.d.ts:32

Inherited from

DomainConfigModel.HeadlessEditorIntegration.cchubApiGatewayUrl


cchubUrl?

optional cchubUrl?: string

Defined in: workflow-elements/headless-editor/lib/domain/config/models/config.model.d.ts:31

Inherited from

DomainConfigModel.HeadlessEditorIntegration.cchubUrl


quantity?

optional quantity?: number

Defined in: workflow-elements/headless-editor/lib/domain/config/models/config.model.d.ts:29

Inherited from

DomainConfigModel.HeadlessEditorIntegration.quantity


storefrontId

storefrontId: number

Defined in: workflow-elements/headless-editor/lib/domain/config/models/config.model.d.ts:30

Inherited from

DomainConfigModel.HeadlessEditorIntegration.storefrontId


tenantId

tenantId: number

Defined in: workflow-elements/headless-editor/lib/domain/config/models/config.model.d.ts:27

Inherited from

DomainConfigModel.HeadlessEditorIntegration.tenantId


user

user: StorefrontUserCredentials

Defined in: workflow-elements/headless-editor/lib/domain/config/models/config.model.d.ts:28

Inherited from

DomainConfigModel.HeadlessEditorIntegration.user

Was this page helpful?