Interface: ElementTester
Defined in: types.ts:415
Properties
component
component: ElementComponent;
Defined in: types.ts:418
rank
rank: number;
Defined in: types.ts:416
Methods
test()
test(element, ctx): boolean;
Defined in: types.ts:417
Parameters
| Parameter | Type |
|---|---|
element | Element |
ctx | { definition: FormDefinition; path: string; } |
ctx.definition | FormDefinition |
ctx.path | string |
Returns
boolean