Properties
addItem
addItem: ((path, value) => (() => void))
Type declaration
- (path, value): (() => void)
Returns (() => void)
Readonly
columnsToIgnore
columnsToIgnore: string[] = ...
description
description: string
detailUiSchema
detailUiSchema: UISchemaElement
disabled
disabled: boolean
displayedColumns
displayedColumns: string[]
form
form: FormControl<any>
getEventValue
getEventValue: ((event) => any)
items
items: ColumnDescription[]
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
validator
validator: ValidatorFn