Properties
addAriaLabel
addAriaLabel: string
addItem
addItem: (path: string, value: any) => () => void
Type declaration
-
- (path: string, value: any): () => void
-
Parameters
Returns () => void
addTooltip
addTooltip: string
description
description: string
disabled
disabled: boolean
downAriaLabel
downAriaLabel: string
downTooltip
downTooltip: string
error
error: string | null
getEventValue
getEventValue: (event: any) => any
Protected jsonFormsService
jsonFormsService: JsonFormsAngularService
moveItemDown
moveItemDown: (path: string, index: number) => () => void
Type declaration
-
- (path: string, index: number): () => void
-
Parameters
-
path: string
-
index: number
Returns () => void
moveItemUp
moveItemUp: (path: string, index: number) => () => void
Type declaration
-
- (path: string, index: number): () => void
-
Parameters
-
path: string
-
index: number
Returns () => void
noDataMessage
noDataMessage: string
propsPath
propsPath: string
removeAriaLabel
removeAriaLabel: string
removeItems
removeItems: (path: string, toDelete: number[]) => () => void
Type declaration
-
- (path: string, toDelete: number[]): () => void
-
Parameters
-
path: string
-
toDelete: number[]
Returns () => void
removeTooltip
removeTooltip: string
rootSchema
rootSchema: JsonSchema
schema
schema: JsonSchema
scopedSchema
scopedSchema: JsonSchema
subscription
subscription: Subscription
uischema
uischema: ControlElement
uischemas
uischemas: { tester: UISchemaTester; uischema: UISchemaElement }[]
upAriaLabel
upAriaLabel: string
upTooltip
upTooltip: string
validator
validator: ValidatorFn