Skip to content

@sqlrooms/room-shell / RoomPanelInfo

Type Alias: RoomPanelInfo

RoomPanelInfo = object

Properties

title?

optional title: string


icon?

optional icon: ComponentType<{ className?: string; }>


placement?

optional placement: string

Deprecated

No longer used — panel area is determined by the layout tree


component?

optional component: RoomPanelComponent


dragOverlay?

optional dragOverlay: ComponentType<{ node: LayoutNode; }>