Type alias Tester

Tester: ((uischema, schema, context) => boolean)

A tester is a function that receives an UI schema and a JSON schema and returns a boolean. The rootSchema is handed over as context. Can be used to resolve references.

Type declaration

Generated using TypeDoc