@UiToolingDataApi
class CallGroup : Group


A group that represents the invocation of a component

Summary

Public constructors

CallGroup(
    key: Any?,
    name: String?,
    box: IntRect,
    location: SourceLocation?,
    identity: Any?,
    parameters: List<ParameterInformation>,
    data: Collection<Any?>,
    children: Collection<Group>,
    isInline: Boolean
)

Public properties

open List<ParameterInformation>

Parameter information for Groups that represent calls

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

open List<ModifierInfo>

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

String?

The name of the function called, if provided

Public constructors

CallGroup

CallGroup(
    key: Any?,
    name: String?,
    box: IntRect,
    location: SourceLocation?,
    identity: Any?,
    parameters: List<ParameterInformation>,
    data: Collection<Any?>,
    children: Collection<Group>,
    isInline: Boolean
)

Public properties

parameters

open val parametersList<ParameterInformation>

Parameter information for Groups that represent calls