Skip to content

uiTypeIs

const uiTypeIs: (expected) => Tester = JsonFormsCore.uiTypeIs

Tester matching a uischema element by its type.

Checks whether the given UI schema has the expected type.

string

the expected UI schema type

Tester