elements
Last updated
Last updated
"elements" is a top level property of form scopes at runtime that gives access to all available elements on that form, by name.
Type | Name | Summary |
---|---|---|
Get an element of the form by its index.
Type RuntimeComponent
Sample
Get an element of the form by its name.
Type RuntimeComponent
Sample
Get the names of all elements of the form, as an array.
Type Array
Sample
Get the number of elements of the form.
Type Number
Sample
Get an element of the form by its index.
Get an element of the form by its name.
Get the names of all elements of the form, as an array.
Get the number of elements of the form.