Classes#
| Class | Description |
|---|---|
| AssetAPI | Manage asset sources and apply assets to scenes. |
| BlockAPI | Create, manipulate, and query the building blocks of your design. |
| CreativeEngine | The CreativeEngine is the core processing unit of CE.SDK and handles state management, rendering, input handling, and much more. It provides APIs to directly interact with assets, blocks, scenes, and variables. These APIs can be used in a headless environment to build and manipulate designs programmatically, or in a browser to create interactive applications. |
| EditorAPI | Control the design editor’s behavior and settings. |
| EventAPI | Subscribe to block lifecycle events in the design engine. |
| SceneAPI | Create, load, save, and manipulate scenes. |
| VariableAPI | Manage text variables within design templates. |
| ActionsAPI | ActionsAPI provides a centralized way to manage and customize actions for various user interactions in the Creative Engine SDK. |
| CreativeEditorSDK | The main entry point for the Creative Editor SDK. |
| FeatureAPI | Controls the availability of features within the Creative Editor SDK. |
| InternationalizationAPI | Manages localization and internationalization settings for the Creative Editor SDK. |
| UserInterfaceAPI | Control the user interface and behavior of the Creative Editor SDK. |
| UtilsAPI | UtilsAPI provides utility functions for common operations in the Creative Engine SDK. |
Functions#
| Function | Description |
|---|---|
| supportsBrowser | Checks if the current browser supports necessary technologies to match our supported browsers |
| checkVideoSupport | Throws an error if the current browser does not support video editing. |
| supportsVideo | Checks if the current browser supports video editing. |
| checkVideoExportSupport | Throws an error if the current browser does not support video exporting. |
| supportsVideoExport | Checks if the current browser supports video exporting. |
| supportsWasm | Checks if the current browser supports web assembly |
| isGlobPattern | Checks if a string is a glob pattern (contains *). |
| matchGlob | Matches a value against a glob pattern. |
| useOrderContext | Hook for reading and setting order context for a UI area. |
Type Aliases#
| Type Alias | Description |
|---|---|
| SizeMode | - |
| PositionMode | - |
| VerticalBlockAlignment | - |
| HorizontalBlockAlignment | - |
| PropertyType | Represents the various types of properties that can be associated with design blocks. Each type corresponds to a different kind of data that can be used to define the properties of a design block within the system. |
| TextCase | Represents the text case of a text block. |
| BooleanOperation | Represents the names of boolean operations. |
| EngineExportOptions | Represents the options for exporting a design block. |
| VideoExportOptions | Represents the options for exporting a video. |
| AudioExportOptions | Represents the options for exporting audio. |
| SplitOptions | Options for configuring block split operations. |
| DropShadowOptions | Options for configuring drop shadow effects on blocks. |
| AnimationEntry | Configuration options for animations. |
| AnimationOptions | Options for configuring animations (in, loop, out animations). |
| AddImageOptions | Options for adding images to the scene. |
| SettingType | Represents the type of a setting. |
| SettingsBool | - |
| SettingsString | - |
| SettingsFloat | - |
| SettingsColor | Represents the color settings available in the editor. |
| Represents the color settings available in the editor. | |
| SettingsEnum | - |
| ZoomOptions | Options for zooming to a block with optional animation. |
| CreateSceneOptions | Options for creating a video scene. |
| Represents the default asset source IDs used in the editor. | |
| Represents the default demo asset source IDs used in the editor. | |
| Represents a typeface definition used in the editor. | |
| EnginePluginContext | Represents the context for an engine plugin. |
| LogLevel | Provides logging functionality for the Creative Editor SDK. |
| MimeType | Represents the MIME types used in the editor. |
| ImageMimeType | Represents the image MIME types used in the editor. |
| AudioMimeType | Represents the audio MIME types used in the editor. |
| VideoMimeType | Represents the video MIME types used in the editor. |
| ApplicationMimeType | Represents the application MIME types used in the editor. |
| AssetGroups | An asset can be member of multiple groups. Groups have a semantic meaning used to build and group UIs exploring the assets, e.g.sections in the content library, or for things like topics in Unsplash for instance. |
| SortingOrder | The order to sort by if the asset source supports sorting. If set to None, the order is the same as the assets were added to the source. |
| AssetMetaData | Generic asset information |
| AssetColor | Asset Color payload |
| AssetTransformPreset | Transform preset payload |
| AssetProperty | Asset property for payload |
| DesignBlockTypeShorthand | - |
| DesignBlockTypeLonghand | The longhand block type IDs for the top-level design blocks. These are the IDs used to create new blocks using cesdk.engine.block.create(id). |
| DesignBlockType | The block type IDs for the top-level design blocks. These are the IDs used to create new blocks using cesdk.engine.block.create(id). Refer to DesignBlockTypeShorthand and DesignBlockTypeLonghand for more details. |
| ShapeTypeShorthand | - |
| ShapeTypeLonghand | The longhand block type IDs for the blocks. These are the IDs used to create new shapes using cesdk.engine.block.createShape(id). |
| ShapeType | The block type IDs for the shape blocks. These are the IDs used to create new shapes using cesdk.engine.block.createShape(id). Refer to ShapeTypeShorthand and ShapeTypeLonghand for more details. |
| FillTypeShorthand | - |
| FillTypeLonghand | The longhand block type IDs for the fill blocks. These are the IDs used to create new fills using cesdk.engine.block.createFill(id). |
| FillType | The block type IDs for the fill blocks. These are the IDs used to create new fills using cesdk.engine.block.createFill(id). Refer to FillTypeShorthand and FillTypeLonghand for more details. |
| EffectTypeShorthand | - |
| EffectTypeLonghand | The longhand block type IDs for the effect blocks. These are the IDs used to create new effects using cesdk.engine.block.createEffect(id). |
| EffectType | The block type IDs for the effect blocks. These are the IDs used to create new effects using cesdk.engine.block.createEffect(id). Refer to EffectTypeShorthand and EffectTypeLonghand for more details. |
| BlurTypeShorthand | - |
| BlurTypeLonghand | The longhand block type IDs for the blur blocks. These are the IDs used to create new blurs using cesdk.engine.block.createBlur(id). |
| BlurType | The block type IDs for the blur blocks. These are the IDs used to create new blurs using cesdk.engine.block.createBlur(id). Refer to BlurTypeShorthand and BlurTypeLonghand for more details. |
| AnimationTypeShorthand | - |
| AnimationTypeLonghand | The longhand block type IDs for the animation blocks. These are the IDs used to create new animations using cesdk.engine.block.createAnimation(id). |
| AnimationType | The block type IDs for the animation blocks. These are the IDs used to create new animations using cesdk.engine.block.createAnimation(id). Refer to AnimationTypeShorthand and AnimationTypeLonghand for more details. |
| ObjectTypeShorthand | The shorthand block type IDs for all blocks types in the Creative Engine. Those are the types that can be passed to cesdk.engine.block.findByType(type) for example. |
| ObjectTypeLonghand | The longhand block type IDs for all blocks types in the Creative Engine. Those are the Types returned by the engine when calling cesdk.engine.block.getType(blockId) for example. |
| ObjectType | The block type IDs for all blocks types in the Creative Engine. Those are the types that can be passed to cesdk.engine.block.findByType(type) for example. Refer to ObjectTypeShorthand and ObjectTypeLonghand for more details. |
| OffscreenCanvas | A simplified placeholder type for OffscreenCanvas, to avoid a dependency on @types/offscreencanvas |
| Canvas | An HTML Canvas or an Offscreen Canvas |
| HexColorString | Represents a hexadecimal color value (RGB or RGBA) that starts with a ’#’. |
| PaletteColor | Represents a color definition for the custom color palette. |
| ColorSpace | Represents the color space used in the editor. |
| CutoutOperation | Represents the type of a cutout. |
| DesignBlockId | A numerical identifier for a design block |
| HistoryId | A numerical identifier for a history stack |
| ZoomAutoFitAxis | The axis(es) for which to auto-fit. |
| EditMode | Represents the current edit mode of the editor. |
| FontWeight | Represents the weight of a font. |
| FontStyle | Represents the style of a font. |
| BlendMode | - |
| ContentFillMode | - |
| DesignUnit | - |
| SceneLayout | - |
| SceneMode | - |
| StrokeCornerGeometry | - |
| StrokePosition | - |
| StrokeStyle | - |
| CutoutType | - |
| AnimationEasing | - |
| RoleString | Represents a role string. |
| Scope | Represents the various scopes that define the capabilities and permissions within the Creative Editor SDK. Each scope corresponds to a specific functionality or action that can be performed within the editor. |
| RGBA | Represents a color in the RGBA color space. |
| CMYK | Represents a color in the CMYK color space. |
| XYWH | Describes a rectangle on the screen. |
| GradientstopRGBA | Represents a gradient stop in the RGBA color space. |
| BlockState | Represents the state of a design block. |
| ActionFunction | Type helper for retrieving the correct action function type based on the action ID. Returns the strongly-typed action for known actions, or a custom action type for unknown IDs. |
| ActionId | Available action event types that can be registered with the ActionsAPI. These correspond to different UI actions that can be customized. Supports both predefined action types from the Actions interface and custom string identifiers. |
| AnyUILocationOptions | Union type for location options that handles canvas bar’s special at requirement. |
| AssetEntryId | Asset library entry IDs that can be used with asset library APIs. Includes built-in entry IDs registered by the SDK, and allows custom entry IDs. |
| AssetLibraryDockComponent | Represents an asset library dock component. |
| AssetLibraryPanelPayload | Represents the payload for the asset library panel in the Creative Editor SDK. This interface defines the title, entries, and placement options for the asset library panel. |
| BuilderRenderFunction | Function that defines a component with the help of the passed builder object. |
| CanvasBarComponentId | Represents the ID of a canvas bar component. |
| CanvasMenuComponentId | A list of the component IDs that can be used in the canvas menu. |
| CanvasMenuComponents | - |
| CanvasMenuOrderComponent | - |
| CaptionPanelComponentId | Represents the ID of a caption panel component. |
| ChildrenOrder | Represents the order of children components in a dropdown. |
| ComponentGlobPattern | A glob pattern for matching component IDs. |
| ComponentId | Represents the ID of a component. |
| ComponentIdFor | Maps UI areas to their component ID types. |
| ComponentMatcher | Unified component matcher type supporting all matching strategies. |
| ComponentSpec | Specifies a component either by ID or as a full component object. |
| ComponentSpecOrArray | Specifies one or more components for insertion. |
| Configuration | Represents the user-provided configuration for the Creative Editor SDK. This type allows for partial configuration settings, making all properties optional. |
| CopyAction | Action function for copying selected blocks to the clipboard |
| CustomActionFunction | A generic action function type for custom actions. Supports both synchronous and asynchronous implementations with flexible parameters. |
| CustomPanelMountFunction | Represents a function that mounts a custom panel. |
| DialogAction | Represents an action in the dialog. |
| DialogBackdrop | Represents the backdrop style for the dialog. |
| DialogContent | Represents the content of the dialog. |
| DialogProgress | Represents the progress of the dialog. |
| DialogSize | Represents the size of the dialog. |
| DialogType | Represents the type of dialog. |
| DockOrderComponent | Represents a dock order component. |
| DockOrderComponentId | Represents the ID of a dock order component. |
| EditorPluginContext | Represents the context for an editor plugin. This type extends the EnginePluginContext with an optional cesdk property. |
| ExportAction | Action function for handling export operations. Can be called with or without options to customize the export behavior. Supports both standard and video export workflows through a generic type parameter. The return type is automatically inferred based on the input options type. |
| ExportSceneAction | Action function for handling scene export operations. |
| FeatureId | All built-in CE.SDK Feature Ids. |
| FeaturePredicate | The feature predicate is used to enable or disable a feature based on the boolean or the return value of the function. |
| FeaturePredicateContext | Represents the context for enabling a feature. This type extends IsEnabledFeatureContext and includes a function to check the previous enable state and a function to get the default predicate. |
| FileMimeType | Represents the MIME types for files supported by the file operations in UtilsAPI. |
| GetOrderOptions | Options for getting component order. Only single area queries are supported to ensure type-safe returns. |
| GlobPattern | A glob pattern string for matching UI areas or component IDs. Supports * as a wildcard. |
| ImportSceneAction | Action function for handling scene import operations. |
| InferComponentType | Infers the component type from a UI area specifier. - Single area: returns area-specific component type - Array of areas: returns union of component types - Glob pattern: returns base OrderComponent (all IDs) |
| InferOrderContext | Infers the order context type from a UI area specifier. - Single area: returns area-specific context type - Array of areas: returns union of context types - Glob pattern: returns base OrderContext (all areas) |
| InsertComponentOptions | Options for inserting a component into a UI area. Supports mutual exclusion: only one of before, after, or position can be specified. Positional areas (like canvas bar) require the at property to specify which slot. |
| InsertOrderComponentLocation | Represents the location for inserting an order component. |
| InspectorBarComponentId | Represents the ID of an inspector bar component. |
| IsEnabledFeatureContext | Represents the context for determining if a feature is enabled. This type includes the CreativeEngine instance. |
| LocaleKey | Represents the supported locale keys for the Creative Editor SDK. |
| MultiAreaRemoveResult | Result of a multi-area remove operation. |
| MultiAreaUpdateResult | Result of a multi-area update operation. |
| NavigationBarComponentId | A list of the component IDs that can be used in the navigation bar. |
| NavigationBarComponents | - |
| NavigationBarOrderComponent | - |
| NotificationDuration | Represents the duration of the notification. |
| NotificationType | Represents the type of notification. |
| OnExportOptions | This interface extends the base ExportOptions with additional information about the export, including which design blocks were exported and the mimeType. |
| OnExportVideoOptions | This interface extends the base VideoExportOptions with additional information about the export, including which design blocks were exported and the mimeType. |
| OnUnsupportedBrowserAction | Action function that is invoked when an unsupported browser is detected. This allows custom handling of unsupported browser scenarios. |
| Optional | Turn value at K of T into a Partial |
| OrderComponentFor | Maps UI areas to their order component types. |
| OrderComponentMatcher | Represents a matcher for order components. |
| OrderContextFor | Maps a UI area to its appropriate order context type for public API usage. - Caption panel uses CaptionPanelOrderContext (adds view property) - All other areas use OrderContext (editMode only) |
| PageAssetReference | Reference to a page preset from an asset source. |
| PageDimensions | Direct page dimensions specification. |
| PageFormatDefinition | Represents the definition of a page format in the Creative Editor SDK. This interface defines the width, height, unit, and optional fixed orientation for a page format. |
| PageSpec | A page can be specified as direct dimensions, an asset source reference, or an asset object (e.g., from engine.asset.fetchAsset()). |
| PanelDisposer | Represents a function that disposes of a panel. |
| PanelId | Represents a unique identifier for a panel in the Creative Editor SDK. This type defines specific panel IDs and allows for custom panel IDs. |
| PanelOptions | Represents the options for a panel in the Creative Editor SDK. This interface defines the options for a panel, including whether it is closable by the user, its position, whether it is floating, and its payload. |
| PanelPayload | Represents the payload for a panel in the Creative Editor SDK. This type defines the payload based on the panel ID. |
| PanelPosition | This type is used to specify the position of various panels within the user interface, such as the inspector, settings, and asset library panels. |
| PasteAction | Action function for pasting blocks from the clipboard |
| PositionalUIArea | UI areas that are positional (require at to specify which slot). |
| PositionFor | Maps positional UI areas to their valid at values. Extend this type when adding new positional areas. |
| PreviewType | Represents a preview, which can be either an image or a color. |
| PreviewTypeColor | Represents a color preview. |
| PreviewTypeImage | Represents an image preview. |
| SaveSceneAction | Action function for handling scene saving operations. |
| SceneCreateAction | Action for creating a new scene with configurable mode and page sizes. Returns the scene block ID. |
| SceneCreateOptions | Options for creating a new scene. |
| ScrollToBlockAction | Action function for scrolling to a specific block |
| ScrollToPageAction | Action function for scrolling to a specific page |
| SetOrderOptions | Options for setting component order. Single area only for type safety with area-specific component types. |
| ShareSceneAction | Action function for handling scene sharing operations. |
| Suffix | Represents additional options for a button, which can be used as a suffix. |
| TimelineCollapseAction | Action function for collapsing the video timeline. |
| TimelineExpandAction | Action function for expanding the video timeline. |
| TimelineZoomInAction | Action function for zooming in the video timeline by one step. |
| TimelineZoomOutAction | Action function for zooming out the video timeline by one step. |
| TimelineZoomResetAction | Action function for resetting the video timeline zoom to default level (1.0). |
| TimelineZoomToFitAction | Action function for fitting the video timeline to show all content. |
| TimelineZoomToLevelAction | Action function for setting the video timeline zoom to a specific level. |
| UIArea | Represents a UI area where components can be ordered. |
| UIAreaContext | UI area-specific context - excludes base OrderContext properties (like editMode) that are read-only and derived from the engine. |
| UIAreaSpecifier | Specifies which UI area(s) to target. Can be a single area, an array of areas, or a glob pattern. |
| UnknownPanelPayload | Represents an unknown payload for a panel in the Creative Editor SDK. This type defines a generic payload with unknown keys and values. |
| UnknownTranslations | Allows for custom translation keys beyond the built-in ones. |
| UpdateSpec | Specifies an update either as a new ID, partial update, or updater function. |
| UploadAction | Action function for uploading files to asset sources. |
| VideoDecodeCheckSupportAction | Action function for checking video decoding/playback support. Returns true if WebCodecs APIs are available for video decoding and playback. Shows a blocking error dialog if not supported (unless dialog is disabled). |
| VideoEncodeCheckSupportAction | Action function for checking video encoding/export support. Returns true if H.264 video encoding and AAC audio encoding are supported. Shows a warning dialog if not supported (unless dialog is disabled). |
| VideoSupportDialogOptions | Dialog display options for video support check actions. Allows configuring whether and how the dialog is displayed. |
| ViewStyle | Represents the view style options in the Creative Editor SDK. This type defines the possible view styles, which are ‘advanced’ and ‘default’. |
| ZoomInAction | Action function for zooming in by one step |
| ZoomOutAction | Action function for zooming out by one step |
| ZoomToBlockAction | Action function for zooming to a specific block |
| ZoomToLevelAction | Action function for setting zoom to a specific level |
| ZoomToPageAction | Action function for zooming to a page with optional padding |
| ZoomToSelectionAction | Action function for zooming to the current selection |
Interfaces#
| Interface | Description |
|---|---|
| ApplyAssetOptions | Options for applying an asset to the scene. |
| AddVideoOptions | Options for adding videos to the scene. |
| HTMLCreativeEngineCanvasElement | A wrapper around a plain canvas |
| _EngineConfiguration | Specifies the configuration for the Creative Editor SDK. |
| EnginePlugin | Represents an engine plugin. |
| Logger | Represents a logger function. |
| Source | A single source width an intrinsic width & height. |
| AssetRGBColor | Asset Color payload RGB representation |
| AssetCMYKColor | Asset Color payload CMYK representation |
| AssetSpotColor | Asset Color payload SpotColor representation |
| AssetFixedAspectRatio | Asset transform preset payload fixed aspect ratio |
| AssetFreeAspectRatio | Asset transform preset payload free aspect ratio |
| AssetFixedSize | Asset transform preset payload fixed size |
| AssetStringProperty | Asset string property definition |
| AssetNumberProperty | Asset number property definition |
| AssetBooleanProperty | Asset boolean property definition |
| AssetEnumProperty | Asset enum property definition |
| AssetColorProperty | Asset color property definition |
| AssetPayload | Asset payload |
| Asset | Generic asset information |
| AssetDefinition | Definition of an asset used if an asset is added to an asset source. |
| AssetResult | Single asset result of a query from the engine. |
| CompleteAssetResult | Asset results that are returned from the engine. |
| AssetQueryData | Defines a request for querying assets |
| AssetsQueryResult | Return type of a findAssets query. |
| AssetSource | A source of assets |
| RGBColor | Represents an RGB color value. |
| RGBAColor | Represents an RGBA color value. |
| CMYKColor | Represents a CMYK color value. |
| SpotColor | Represents a spot color value. |
| GradientColorStop | Represents a gradient color stop. |
| Range | An open range. |
| Font | Represents a font. |
| Typeface | Represents a typeface. |
| Buffer | Represents a buffer of data. |
| TransientResource | Represents a transient resource. |
| BlockEvent | Represents an event related to a design block. |
| AssetLibraryEntry | Represents an entry in the asset library, combining data and view configurations. |
| BaseInsertOptions | Base insert options for non-positional areas. |
| BasePositionalInsertOptions | Base insert options for positional areas (require at). |
| Builder | Interface for all available builder. Depending on the context different implementation might be used. A “Button” in the canvas menu might render different component than a button in the topbar or a panel. |
| BuilderRenderFunctionContext | Represents the context for rendering a builder function. |
| BuiltinTranslations | Built-in translation keys provided by the Creative Editor SDK. |
| ButtonGroupOptions | Represents options for a button group. |
| ButtonOptions | Represents options for a button. |
| CanvasBarLocationOptions | Location options specifically for the canvas bar, which requires a position. |
| CanvasMenuActionButton | Base interface for action buttons in the canvas menu. Contains common properties shared across all canvas menu button types. |
| CanvasMenuCustomActionButton | Interface representing a custom canvas menu action button. Note: This component requires a key and has a required label, unlike other action buttons. |
| CanvasMenuOptionsComponent | Interface representing the canvas menu options dropdown component. This component can contain children components that are rendered in a dropdown menu. |
| CaptionPanelOrderContext | Context for the caption panel which adds view-based filtering. |
| 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. |
| CheckboxOptions | Represents options for a checkbox. |
| ColorInputOptions | Represents options for a color input. |
| ComponentMatchOptions | Options for update and remove operations. Supports multi-area operations via arrays or glob patterns. |
| ComponentOptions | Represents options for a component. |
| ComponentPayload | Represents the payload of a component. |
| CustomDockComponent | Represents a custom dock component. |
| Dialog | Represents a dialog configuration. |
| DropdownChildrenContext | Represents the context for the children of a dropdown. |
| DropdownOptions | Represents options for a dropdown. |
| EditorPlugin | Represents an editor plugin. This interface defines the structure of an editor plugin, including its name, version, and initialization function. |
| ExportOptions | Specifies options for exporting design blocks to various formats. |
| HeadingOptions | Represents options for a heading. |
| InputOptions | Represents options for an input. |
| InsertAfterOptions | Insert after a matched component. |
| InsertAppendOptions | Append to end (default behavior). |
| InsertAtPositionOptions | Insert at a specific position. |
| InsertBeforeOptions | Insert before a matched component. |
| InsertResult | Result of an insert operation. |
| LibraryOptions | Represents options for a library. |
| MediaPreviewOptions | Represents options for a media preview. |
| NavigationBarActionButton | Base interface for action buttons in the navigation bar. Contains common properties shared across all action button types. |
| NavigationBarCustomActionButton | Interface representing a generic Action Button in the navigation bar component. Note: This component requires a key and has a required label, unlike other action buttons. |
| Notification | Represents a notification configuration. |
| NumberInputOptions | Represents options for a number input. |
| OrderComponent | Represents an order component. |
| OrderComponentWithChildren | Represents a custom dock component. |
| OrderContext | Context for ordering components. Contains editMode which is used by most UI areas. |
| PositionalInsertAfterOptions | Insert after a matched component (positional areas). |
| PositionalInsertAppendOptions | Append to end (positional areas). |
| PositionalInsertAtPositionOptions | Insert at a specific position (positional areas). |
| PositionalInsertBeforeOptions | Insert before a matched component (positional areas). |
| RegisteredActions | Represents a collection of action functions used throughout the application. Each property corresponds to a specific UI action or event that can be customized. |
| RemoveResult | Result of a remove operation on a single area. |
| ReplaceAssetLibraryEntriesContext | Provides context for replacing asset library entries, including selected blocks and default entry IDs. |
| SectionOptions | Represents options for a section. |
| SelectOptions | Represents options for a select input. |
| SelectValue | Represents a value for a select input. |
| SliderOptions | Represents options for a slider. |
| TextAreaOptions | Represents options for a text area. |
| TextInputOptions | Represents options for a text input. |
| TextOptions | Represents options for text. |
| Translations | Complete translation type that includes both built-in and custom translations. |
| UILocationOptions | Location options for non-canvas-bar UI areas. |
| UpdateResult | Result of an update operation on a single area. |
| UserInterface | Specifies the configuration for the user interface of the Creative Editor SDK. |
Namespaces#
| Namespace | Description |
|---|---|
| ConfigTypes | - |
| ExperimentalBuilder | Namespace containing experimental features for the builder. These features are subject to change and may not be stable for production use. |
| ExperimentalUserInterfaceAPI | Provides experimental methods for controlling the UI of the Creative Editor SDK. |
| UserInterfaceElements | - |
Variables#
| Variable | Description |
|---|---|
| Provides a set of predefined log levels for the Creative Editor SDK. | |
| Represents the MIME types used in the editor. | |
| - |