ExpandedState

typealias ExpandedState = Any?

Expansion state. Either the literal true (every row expanded) or a Map of row-id to flag (most rows collapsed by default). Modelled as Any? because Kotlin cannot express that union directly; the feature code discriminates by runtime type.