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 | Theme | - |
devMode | boolean | - |
ui | UserInterface | - |
i18n | I18n | Deprecated The i18n property is deprecated. Please use the setTranslations() method to configure internationalization. |
a11y | A11y | - |
callbacks | Callbacks | - |
featureFlags? | object | - |
logger | Logger | - |