• Preparing search index...
  • The search index is not available
JSON Forms Core
  • JSON Forms Core
  • Actions
  • init

Function init

  • init(data, schema?, uischema?, options?): {
        data: any;
        options: Ajv | InitActionOptions;
        schema: JsonSchema;
        type: "jsonforms/INIT";
        uischema: UISchemaElement;
    }
  • Parameters

    • data: any
    • schema: JsonSchema = ...
    • Optional uischema: UISchemaElement
    • Optional options: Ajv | InitActionOptions

    Returns {
        data: any;
        options: Ajv | InitActionOptions;
        schema: JsonSchema;
        type: "jsonforms/INIT";
        uischema: UISchemaElement;
    }

    • data: any
    • options: Ajv | InitActionOptions
    • schema: JsonSchema
    • type: "jsonforms/INIT"
    • uischema: UISchemaElement
    • Defined in actions/actions.ts:158

Settings

Member Visibility

Theme

JSON Forms Core
  • Loading...

Generated using TypeDoc