pub const MAX_CHILD_COUNT: u32 = 128;
Expand description

The maximum number of children that the a call ChildIterator.Next can return. Note, this is not a limit on the number of children that can be added to a component. This is merely a limit for a single invocation of the Next method.