Skip to content

@sqlrooms/mosaic / MosaicDashboardRootProps

Type Alias: MosaicDashboardRootProps ​

MosaicDashboardRootProps = PropsWithChildren<{ dashboardId: string; defaultTitle?: string; defaultLayoutType?: MosaicDashboardLayoutType; readOnly?: boolean; headerActions?: ReactNode; }>