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 |
---|---|
locale | string |
theme | Theme |
devMode | boolean |
ui | UserInterface |
i18n | I18n |
a11y | A11y |
callbacks | Callbacks |
featureFlags? | object |
logger | Logger |