Skip to content

Type Alias: SidePanelSlot

ts
type SidePanelSlot = "left" | "right" | "left-bottom" | "right-bottom";

Defined in: packages/sdk/src/domain-types.ts:101

Which slot a side panel renders in.