cc-everywhere

Interface: FDEEditDesignAppConfig

App config for 3P.

See

BaseAppConfig

Extends

Properties

Property
Type
Description
Inherited from
analyticsData?
BaseAnalyticsData
Property to pass analytics data to the host app
AppConfig.analyticsData
useClientAuth?
boolean
Flag to explicitly opt-in to use client authentication. When true, client access token will be fetched from the partner and used in the module. This is only relevant for Edit Image and Text to Image modules. Should not be passed for other workflows. Default false
AppConfig.useClientAuth
callbacks?
Callbacks
-
AppConfig.callbacks
metaData?
Record<string, string>
Property to pass metadata to target application
AppConfig.metaData
appVersion?
V1
FDE experience version for template browser and editor surfaces. Default FDEAppVersion.V1
FDEEditDesignAppConfig.appVersion
allowedFileTypes?
( | JPEG | PNG | PDF)[]
Specify the list of file types that the user can publish. Default Enable all formats (PNG, JPEG and PDF)
FDEEditDesignAppConfig.allowedFileTypes
variant?
ExperienceVariant
Specifies the experience variant to use when launching the module. Default ExperienceVariant.DEFAULT
FDEEditDesignAppConfig.variant