Search
Loading...
Skip to content

Type Alias: PanelPayload

type PanelPayload<T> = T extends "//ly.img.panel/assetLibrary" ? AssetLibraryPanelPayload : UnknownPanelPayload;

Represents the payload for a panel in the Creative Editor SDK. This type defines the payload based on the panel ID.

Type Parameters#

Type Parameter
T extends PanelId