form()
form(
source,props,options?):HTMLElement
Defined in: ui.ts:983
Returns a form for the specified properties, bound to the specified object
Parameters
| Parameter | Type |
|---|---|
source | any |
props | Property[] |
options? | IInputInitOptions<any> |
Returns
HTMLElement