new UIForm
Creates a new form container (column) view object with the provided view content.
constructor(...content: View[])
Related
- class UIFormA view class for a column container that can be used to bind form controls to a single UIFormContext.
Creates a new form container (column) view object with the provided view content.
constructor(...content: View[])