reverse()
Reverses the order of elements in the container, using UIContainer.reverse.
reverse(reverse?: BindingOrValue<boolean>): this;
Parameters
- reverse — If
true, the order is reversed. Defaults totrue.
Return value
The builder instance for chaining.
Related
class ContainerBuilder abstractstatic
An abstract builder class forUIContainerinstances.
