Search
Loading...
Skip to content

Type Alias: AssetLibraryPanelPayload

type AssetLibraryPanelPayload = object;

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.

Properties#

PropertyTypeDescription
title?stringstring[]
entries?string[]-
applyAssetContext?ApplyAssetOptionsContext for asset application. Passed directly to engine.asset.apply() when an asset is selected.