gridLayout

@JvmName(name = "pvdexyfllwilmhpr")
suspend fun gridLayout(value: Output<TemplateGridLayoutConfigurationArgs>)
@JvmName(name = "xpkpynkwncpcsiod")
suspend fun gridLayout(value: TemplateGridLayoutConfigurationArgs?)

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 = "fsavvfxegujhvkke")
suspend fun gridLayout(argument: suspend TemplateGridLayoutConfigurationArgsBuilder.() -> 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 .