@UiToolingDataApi
class NodeGroup : Group


A group that represents an emitted node

Summary

Public constructors

NodeGroup(
    key: Any?,
    node: Any,
    box: IntRect,
    data: Collection<Any?>,
    modifierInfo: List<ModifierInfo>,
    children: Collection<Group>
)

Public properties

open List<ModifierInfo>

Modifier information for the Group, or empty list if there isn't any.

Any

An emitted node

Inherited properties

From androidx.compose.ui.tooling.data.Group
IntRect

The bounding layout box for the group.

Collection<Group>

The child groups of this group

Collection<Any?>

Any data that was stored in the slot table for the group

Any?

An optional value that identifies a Group independently of movement caused by recompositions.

Boolean

True if the group is for an inline function call

Any?

The key is the key generated for the group

SourceLocation?

The source location that produce the group if it can be determined

String?

The name of the function called, if provided

open List<ParameterInformation>

Parameter information for Groups that represent calls

Public constructors

NodeGroup

NodeGroup(
    key: Any?,
    node: Any,
    box: IntRect,
    data: Collection<Any?>,
    modifierInfo: List<ModifierInfo>,
    children: Collection<Group>
)

Public properties

modifierInfo

open val modifierInfoList<ModifierInfo>

Modifier information for the Group, or empty list if there isn't any.

node

Added in 1.0.0
val nodeAny

An emitted node