Options
Menu

It represents utility for JSON schema form manipulation.

Index

Properties

static ARRAY_KEY

ARRAY_KEY: string

static DEFAULT_KEY

DEFAULT_KEY: string

static PROPERTIES_KEY

PROPERTIES_KEY: string

static TYPE_KEY

TYPE_KEY: string

Methods

static InitValues

  • InitValues(formSchema: any, data?: any): any
  • Returns the initial JSON data structured according to JSON schema. The data are initilizied with default values.

    Parameters

    • formSchema: any
    • data?: any optional

    Returns any

Generated using TypeDoc