Search Docs
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#

Property Type Description
locale string Deprecated The locale property is deprecated. Please use the setLocale() property to configure localization.
theme ThemeConfig Deprecated The theme property is deprecated. Please use ui.setTheme() to configure theming.
devMode boolean -
ui UserInterface -
i18n I18n Deprecated The i18n property is deprecated. Please use the setTranslations() method to configure internationalization.
a11y A11y -
callbacks Callbacks Deprecated The callbacks property is deprecated in favor of the cesdk.actions API and navigation bar order APIs.
featureFlags? _EngineConfiguration -
logger _EngineConfiguration -