Returns the component Id
This Id is the tagName which could be used to retrieve the ComponentMetadata
Component element
Gets the component main property defined in component metadata
Component metadata file
Gets all properties of a component
Note: returns null value if property does not exist in the element
Component element
Gets the value of a component property
Component element of the property to get
Property id to get
Value of the property
Gets the value of a component property as a boolean
Component element of the property to get
Property id to get
Gets the value of a component property as a number
Component element of the property to get
Property id to get
Gets the value of a component property as a string
Component element of the property to get
Property id to get
Sets property values to a component. Only the properties declared in component metadata will be set.
Component element
Properties to set
Component service gives an access to Component property values. It is meant to ne used from Component instances at runtime