Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ElementRequiredDescription
nameYesThe unique name of the view. See <name> for more information.
labelYesThe display label of the view. See <label> for more information.
versionYesThe version of the view. See <version> for more information.
iconNo 
icon64No 
parameterNoDefines a configuration parameter that is used to when creating a view instance. See <parameter> for more information.
resourceNoDefines a resource that is exposed by the view. See <resource> for more information.
instanceNoDefines a static instance of the view. See <instance> for more information.
view-classNoRegisters a view class to receive framework events. See <view-class> for more information.

Anchor
view.name
view.name
<name>

...

Code Block
<property>
  <key>units</key>
  <value>imperial</value>
</property>

Anchor
view.view-class
view.view-class
<view-class>

TBD