getUiSchemaProps

Function

Get all the property names from a UI schema.

Used to subset a json schema to only those properties used in a UI Schema

  • getUiSchemaProps(uiSchema: IUiSchema) : string[]

Parameters

Parameter Type Default Notes
uiSchema Required IUiSchema

Returns

string[]

Function defined in common/src/core/schemas/internal/getUiSchemaProps.ts:12