ScreenObjectContainer
@ScreenActor
public class ScreenObjectContainer : ScreenObject, ScreenObjectContainerConvertible
                An object represents a collection of screen objects.
- 
                  
                  
The error domain codes.
See moreDeclaration
Swift
public enum Error : Swift.Error - 
                  
                  
The total of child counts.
Declaration
Swift
@ScreenActor public var childCounts: Int { get } - 
                  
                  
Adds the specified screen object as a child of the current screen object container.
Declaration
Swift
@ScreenActor public func addChild(_ child: ScreenObject?) throws - 
                  
                  
Removes the specified screen object as a child of the current screen object container.
Declaration
Swift
@ScreenActor public func removeChild(_ child: ScreenObject?)