This functionality is only available for certain module packages.

You are here: Reference > IMX import > IMX tags > <parameter>

<parameter>

The <parameter> tag writes a value into the parameter of the project component specified in the parent tag. The type and value of the parameter can be passed directly as attributes or in the child tag <value>.

Attribute name Usage Attribute values Default value Description
name required Specifies the name of the parameter. The name is interpreted relative to the parent project component.
type optional String, Boolean, Integer, Double, Object, Formula String Specifies the type of the parameter value. If type is not specified, the value is converted into type String.
value optional Specifies the value of the parameter.
Allowed sub-elements Quantity
<value> any