Analysis Layout Configuration Args
data class AnalysisLayoutConfigurationArgs(val freeFormLayout: Output<AnalysisFreeFormLayoutConfigurationArgs>? = null, val gridLayout: Output<AnalysisGridLayoutConfigurationArgs>? = null, val sectionBasedLayout: Output<AnalysisSectionBasedLayoutConfigurationArgs>? = null) : ConvertibleToJava<AnalysisLayoutConfigurationArgs>
Constructors
Link copied to clipboard
constructor(freeFormLayout: Output<AnalysisFreeFormLayoutConfigurationArgs>? = null, gridLayout: Output<AnalysisGridLayoutConfigurationArgs>? = null, sectionBasedLayout: Output<AnalysisSectionBasedLayoutConfigurationArgs>? = null)
Properties
Link copied to clipboard
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
Link copied to clipboard
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
.
Link copied to clipboard
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.