rankWith
constrankWith: (rank,tester) => (uischema,schema,context) =>number=JsonFormsCore.rankWith
Assigns a priority to a tester; rank above the built-ins to override a control.
Create a ranked tester that will associate a number with a given tester, if the latter returns true.
Parameters
Section titled “Parameters”number
the rank to be returned in case the tester returns true
tester
Section titled “tester”Tester
a tester
Returns
Section titled “Returns”(uischema, schema, context) => number