Properties
addItem
addItem: (path: string, value: any) => () => void
Type declaration
-
- (path: string, value: any): () => void
-
Parameters
Returns () => void
Readonly columnsToIgnore
columnsToIgnore: string[] = ['array', 'object']
description
description: string
detailUiSchema
detailUiSchema: UISchemaElement
disabled
disabled: boolean
displayedColumns
displayedColumns: 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
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
subscription
subscription: Subscription
uischema
uischema: ControlElement
validator
validator: ValidatorFn