Stay organized with collections
Save and categorize content based on your preferences.
@UiToolingDataApi
class NodeGroup : Group
A group that represents an emitted node
Summary
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
|
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-15 UTC."],[],[]]