with()
Adds content to the container.
with(...builders: Array<ViewBuilder | undefined>): this;
Parameters
- builders — An array of view builders for the content elements.
Return value
The builder instance for chaining.
Related
class ContainerBuilder abstractstatic
An abstract builder class forUIContainerinstances.
