CollapsibleGroupArgs

data class CollapsibleGroupArgs(val collapsed: Output<Boolean>? = null) : ConvertibleToJava<CollapsibleGroupArgs>

A widget that groups the other widgets. All widgets that are within the area spanned by the grouping widget are considered member widgets.

Constructors

Link copied to clipboard
fun CollapsibleGroupArgs(collapsed: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): CollapsibleGroupArgs

Properties

Link copied to clipboard
val collapsed: Output<Boolean>? = null

The collapsed state of the widget on first page load.