type PanelPayload<T> = T extends "//ly.img.panel/assetLibrary" ? AssetLibraryPanelPayload : T extends "//ly.img.panel/inspector/pageResize" ? PageResizePanelPayload : 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 |