(Optional) Additional arguments that the invocation target can receive.
<filter>
None.
The <property> element specifies additional arguments that an invocation target receives.
None.
| Name | Description | Values | Default |
|---|---|---|---|
| var | (Required) Specifies the name of the property, such as "saveOnClose" | string | None |
| value | (Required) Specifies the value for the property, such as "true". | string | None |
<qnx>
...
...
<invoke-target id="com.mycompany.pdf.viewer">
<invoke-target-type>viewer</invoke-target-type>
<filter>
<action>bb.action.VIEW</action>
<action>bb.action.EDIT</action>
<mime-type>application/pdf</mime-type>
<mime-type>application/x-pdf</mime-type>
<property var="saveOnClose" value="true"/>
</filter>
</invoke-target>
...
...
</qnx>