Package-level declarations

Types

Link copied to clipboard

Immutable callback snapshot extracted from one component's modifier chain.

Link copied to clipboard
class ActionKey<T : Any>(val name: String)

Referentially identified key for one typed component action.

Link copied to clipboard

Result of delivering a typed component action through a modifier chain.

Link copied to clipboard

Stable typed action keys emitted by standard interactive components.

Link copied to clipboard
data class ListLoadRequest(val suggestedCount: Int)

Immutable demand emitted when a virtual list approaches one loaded boundary.