Package-level declarations
Types
Link copied to clipboard
abstract class Element(val identity: ElementIdentity, val type: ElementType<*, *>, children: List<Element> = emptyList(), val modifier: Modifier = Modifier.Empty)
Immutable description of one retained node and its direct children.
Link copied to clipboard
Identity used when reconciling an element with a retained node.
Link copied to clipboard
Immutable typed identity for a keyed element.