Search
Loading...
Skip to content

Interface: CESDKConfiguration

Represents the configuration settings for the Creative Editor SDK. This interface defines various settings such as locale, theme, development mode, user interface, internationalization, accessibility, callbacks, feature flags, and logger.

Properties#

PropertyTypeDescription
localestringDeprecated The locale property is deprecated. Please use the setLocale() property to configure localization.
themeTheme-
devModeboolean-
uiUserInterface-
i18nI18nDeprecated The i18n property is deprecated. Please use the setTranslations() method to configure internationalization.
a11yA11y-
callbacksCallbacks-
featureFlags?object-
loggerLogger-