Interface: EditImageAppConfig
Extends
Extended by
Properties
Property
Type
Description
Inherited from
useClientAuth?booleanFlag 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
falsemetaData?Record<string, string>Property to pass metadata to target application
allowedFileTypes?Specify the list of file types that the user can publish. This can be used to limit the publish options as per mime types for end users. PDF is deprecated in the Edit Image V2 experience, it would default to PNG if specified. Default
Enable all formats (PNG and JPEG)-
allowedSubFileTypes?Specify the list of sub-file types that the user can publish. This can be used to limit the publish options as per file types for end users. Currently, only PDF sub-file types are available. Default
Enable all types (pdf and pdfPrint)-
appVersion?Specifies the version of the Edit Image experience to be enabled. Default
V1-
inlineTOUConsent?booleanProperty to configure whether inline Terms Of User consent will be displayed
-