Documentation

reverse()

Reverses the order of elements in the container, using UIContainer.reverse.

reverse(reverse?: BindingOrValue<boolean>): this;

Parameters

Return value

The builder instance for chaining.

Related