checkProperty(child, key, value, force) → {boolean}
Checks a property for the given value on the child.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
child | any | The child to check the property value on. | ||
key | array | An array of strings that make up the property that will be set. | ||
value | any | The value that will be checked. | ||
force | boolean | <optional> | false | If |
Returns
boolean -
True if the property was was equal to value, false if not.
- Source code: core/Group.js (Line 1217)
Please login to continue.