Properties
appendControls
appendControls: ((controls) => void)
Type declaration
-
- (controls): void
-
Returns void
appendRows
appendRows: ((rows) => void)
Type declaration
-
- (rows): void
-
Returns void
controls
el
el: HTMLFormElement
getControl
getValues
getValues: (() => {
[key: string]: any;
})
Type declaration
-
- (): {
[key: string]: any;
}
-
Returns {
[key: string]: any;
}
hide
hide: (() => void)
insertControl
insertControl: ((idx, control) => void)
Type declaration
-
- (idx, control): void
-
Returns void
isValid
isValid: (() => boolean)
Type declaration
-
- (): boolean
-
Returns boolean
show
show: (() => void)
Form