@sqlrooms/mosaic / MosaicDashboardProps
Type Alias: MosaicDashboardProps
MosaicDashboardProps =
object
Properties
dashboardId
dashboardId:
string
defaultTitle?
optionaldefaultTitle?:string
Title used when this dashboard needs to be created during render.
defaultLayoutType?
optionaldefaultLayoutType?:MosaicDashboardLayoutType
Layout used when this dashboard needs to be created during render.
headerActions?
optionalheaderActions?:ReactNode
Actions rendered at the end of the dashboard toolbar.
selectable?
optionalselectable?:boolean
Whether to enable selection of the entire dashboard
readOnly?
optionalreadOnly?:boolean
Whether settings for this dashboard should avoid mutating state.