Skip to content

@sqlrooms/room-shell / RoomPanelInfo

Type Alias: RoomPanelInfo

RoomPanelInfo = object

Properties

title?

optional title: string


icon?

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


component

component: React.ComponentType


placement

placement: "sidebar" | "sidebar-bottom" | "main" | string