Properties
addItem
addItem: (path: string, value: any) => () => void
Type declaration
-
- (path: string, value: any): () => void
-
Parameters
Returns () => void
Private changeDetectorRef
changeDetectorRef: ChangeDetectorRef
description
description: string
disabled
disabled: boolean
error
error: string | null
getEventValue
getEventValue: (event: any) => any
highlightedIdx
highlightedIdx: number
Protected jsonFormsService
jsonFormsService: JsonFormsAngularService
masterItems
masterItems: any[]
propsPath
propsPath: string
removeItems
removeItems: (path: string, toDelete: number[]) => () => void
Type declaration
-
- (path: string, toDelete: number[]): () => void
-
Parameters
-
path: string
-
toDelete: number[]
Returns () => void
rootSchema
rootSchema: JsonSchema
schema
schema: JsonSchema
scopedSchema
scopedSchema: JsonSchema
selectedItem
selectedItem: any
selectedItemIdx
selectedItemIdx: number
subscription
subscription: Subscription
uischema
uischema: ControlElement
validator
validator: ValidatorFn