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#
Property | Type |
---|---|
closableByUser? | boolean |
position? | PanelPosition |
floating? | boolean |
payload? | PanelPayload <T > |