Class: ElementProperty

ElementProperty

new ElementProperty(propertyKey, primitiveValue, inheritable)

todoc
Parameters:
Name Type Description
propertyKey String
primitiveValue *
inheritable Boolean
Source:

Methods

edit(primitiveValue, inheritableopt) → {ElementProperty}

Edits the property, sets it's primitiveValue and inheritable properties
Parameters:
Name Type Attributes Description
primitiveValue *
inheritable Boolean <optional>
Source:
Returns:
ElementProperty
this