applyViewPreset
Applies the provided preset properties to this object.
applyViewPreset(preset: View.ViewPreset<UIColumn, this, "formContext"> & { onSubmit?: string; }): void
Notes
- This method is called automatically. Do not call this method after constructing a UI component.
Related
- class UIFormA view class for a column container that can be used to bind form controls to a single UIFormContext.