ExpandedRow

external interface ExpandedRow(source)

Inheritors

Properties

Link copied to clipboard
abstract val getCanExpand: () -> Boolean

Returns whether the row can be expanded. API Docs Guide

Link copied to clipboard
abstract val getIsAllParentsExpanded: () -> Boolean

Returns whether all parent rows of the row are expanded. API Docs Guide

Link copied to clipboard
abstract val getIsExpanded: () -> Boolean

Returns whether the row is expanded. API Docs Guide

Link copied to clipboard
abstract val getToggleExpandedHandler: () -> () -> Unit

Returns a function that can be used to toggle the expanded state of the row. This function can be used to bind to an event handler to a button. API Docs Guide

Link copied to clipboard
abstract val toggleExpanded: (expanded: Boolean?) -> Unit

Toggles the expanded state (or sets it if expanded is provided) for the row. API Docs Guide