Function useJsonFormsDispatchCell use Json Forms Dispatch Cell ( props ) : { cell : ComputedRef < { cells : JsonFormsCellRendererRegistryEntry [] ; config : any ; data : any ; enabled : boolean ; errors : string ; id : string ; isValid : boolean ; path : string ; renderers : JsonFormsRendererRegistryEntry [] ; rootSchema : NonNullable < JsonSchema > ; schema : NonNullable < JsonSchema > ; uischema : ControlElement ; visible : boolean ; } > ; handleChange ( path , value ) : void ; } Returns { cell : ComputedRef < { cells : JsonFormsCellRendererRegistryEntry [] ; config : any ; data : any ; enabled : boolean ; errors : string ; id : string ; isValid : boolean ; path : string ; renderers : JsonFormsRendererRegistryEntry [] ; rootSchema : NonNullable < JsonSchema > ; schema : NonNullable < JsonSchema > ; uischema : ControlElement ; visible : boolean ; } > ; handleChange ( path , value ) : void ; } cell : ComputedRef < { cells : JsonFormsCellRendererRegistryEntry [] ; config : any ; data : any ; enabled : boolean ; errors : string ; id : string ; isValid : boolean ; path : string ; renderers : JsonFormsRendererRegistryEntry [] ; rootSchema : NonNullable < JsonSchema > ; schema : NonNullable < JsonSchema > ; uischema : ControlElement ; visible : boolean ; } > handle Change : functionhandle Change ( path , value ) : void Returns void Defined in core/lib/mappers/renderer.d.ts:200
Provides bindings for a cell dispatcher. Cells are meant to show simple inputs, for example without error validation, within a larger structure like tables.
Access bindings via the provided reactive 'cell' object. Dispatch changes via the provided
handleChange
method.