Versions Compared

Key

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

...

ElementRequiredDescription
nameYesThe name of the configuration parameter.
descriptionYesThe description of the configuration parameter.
requiredYesIf true, the configuration parameter is required in order to create a view instance.

...

ElementRequiredDescription
keyYesThe property key (for the configuration parameter to set).
valueYesThe property value (for the configuration parameter to set).
Code Block
<property>
  <key>units</key>
  <value>imperial</value>
</property>

...