Methods
-
isFieldRegistered(registeredFields, fieldName)
-
Returns true if the given fields is among the given collection of registeredFields
Parameters:
Name Type Description registeredFieldsArray Array of registered fields. You can use
getRegisteredFieldsto obtain thisfieldNamestring Name of the field
Returns:
The field instance if it's found, null otherwise
- Type
- object