hasFieldBehavior
hasFieldBehavior(
field,behavior):boolean
Defined in: packages/aip/src/fieldbehavior/fieldbehavior.ts:32
Has returns true if the provided field descriptor has the wanted field behavior.
Parameters
Section titled “Parameters”DescField
the field descriptor to check
behavior
Section titled “behavior”FieldBehavior
the field behavior to check for
Returns
Section titled “Returns”boolean
true if the field descriptor has the wanted field behavior