ExpandedRow

external interface ExpandedRow(source)

Inheritors

Properties

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

Returns whether the row can be expanded. API Docs Guide

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

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

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

Returns whether the row is expanded. API Docs Guide

Link copied to clipboard
abstract var 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 var toggleExpanded: (expanded: Boolean?) -> Unit

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