Skip to content

scopeEndsWith

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

Tester matching when the control’s scope ends with a fragment.

Only applicable for Controls.

Checks whether the scope of a control ends with the expected string.

string

the expected ending of the reference

Tester