gridLayout

@JvmName(name = "wtqtfxqplequwjth")
suspend fun gridLayout(value: Output<DashboardGridLayoutConfigurationArgs>)
@JvmName(name = "nrggmyvsfmihwcej")
suspend fun gridLayout(value: DashboardGridLayoutConfigurationArgs?)

Parameters

value

A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized: FIXED or RESPONSIVE .


@JvmName(name = "hfqmvkrmldofnluv")
suspend fun gridLayout(argument: suspend DashboardGridLayoutConfigurationArgsBuilder.() -> Unit)

Parameters

argument

A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized: FIXED or RESPONSIVE .