MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / useJsonFormsControl

Function useJsonFormsControl

packages/vue/src/jsonFormsCompositions.ts:237–239  ·  view source on GitHub ↗
(props: ControlProps)

Source from the content-addressed store, hash-verified

235 * Dispatch changes via the provided `handleChange` method.
236 */
237export const useJsonFormsControl = (props: ControlProps) => {
238 return useControl(props, mapStateToControlProps, mapDispatchToControlProps);
239};
240
241/**
242 * Provides bindings for 'Control' elements which can provide a 'detail',

Callers

nothing calls this directly

Calls 1

useControlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…