Properties
addItem
addItem: ((path, value) => (() => void))
Type declaration
- (path, value): (() => void)
Returns (() => void)
description
description: string
disabled
disabled: boolean
form
form: FormControl<any>
getEventValue
getEventValue: ((event) => any)
Protected
jsonFormsService
jsonFormsService: JsonFormsAngularService
moveItemDown
moveItemDown: ((path, index) => (() => void))
Type declaration
- (path, index): (() => void)
Parameters
- path: string
- index: number
Returns (() => void)
moveItemUp
moveItemUp: ((path, index) => (() => void))
Type declaration
- (path, index): (() => void)
Parameters
- path: string
- index: number
Returns (() => void)
propsPath
propsPath: string
removeItems
removeItems: ((path, toDelete) => (() => void))
Type declaration
- (path, toDelete): (() => void)
Parameters
- path: string
- toDelete: number[]
Returns (() => void)
rootSchema
rootSchema: JsonSchema
scopedSchema
scopedSchema: JsonSchema
subscription
subscription: Subscription
translations
translations: ArrayTranslations = {}
uischema
uischema: ControlElement
uischemas
uischemas: {
tester: UISchemaTester;
uischema: UISchemaElement;
}[]
Type declaration
tester: UISchemaTester
uischema: UISchemaElement
validator
validator: ValidatorFn