Widget
class Widget(widgets: Array<IWidget?>, index: Int) : Identifiable, Validatable, Iterable<Component?> , Nillable<Component?>
Content copied to clipboard
Widget
Constructors
Types
Functions
component
Link copied to clipboard
Gets the component at the specified index.
component Count
Link copied to clipboard
components
Link copied to clipboard
An array of the nested components within the widget.
spliterator
Link copied to clipboard