new ElementProperty(propertyKey, primitiveValue, inheritable)
todoc
Parameters:
Name | Type | Description |
---|---|---|
propertyKey |
String | |
primitiveValue |
* | |
inheritable |
Boolean |
Methods
edit(primitiveValue, inheritableopt) → {ElementProperty}
Edits the property, sets it's primitiveValue and inheritable properties
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
primitiveValue |
* | ||
inheritable |
Boolean |
<optional> |
Returns:
ElementPropertythis