MCPcopy Index your code
hub / github.com/eclipsesource/jsonforms / ExampleDescription

Interface ExampleDescription

packages/examples/src/example.ts:34–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32} from '@jsonforms/core';
33
34export interface ExampleDescription {
35 name: string;
36 label: string;
37 data: any;
38 schema: JsonSchema;
39 uischema: UISchemaElement;
40 uischemas?: JsonFormsUISchemaRegistryEntry[];
41 config?: any;
42 actions?: { label: string; apply: (props: StateProps) => any }[];
43 i18n?: JsonFormsI18nState;
44 readonly?: boolean;
45}
46
47export interface StateProps {
48 data: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…