Search
Loading...
Skip to content

Type Alias: PanelOptions

type PanelOptions<T> = object;

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.

Type Parameters#

Type Parameter
T extends PanelId

Properties#

PropertyType
closableByUser?boolean
position?PanelPosition
floating?boolean
payload?PanelPayload<T>