Type | Description |
---|---|
Properties | Custom property; can be used in scripts and plug-ins. The properties that are inherited from templates cannot be modified on the component level. Referenced: ${p:component/propertyName}. |
Environment | Available to environments that use the component.
The property appears on the environment's Component Mappings pane
( ), see Application environments. Each
property must have a type:
A value that is set on component environment overrides a value with the same name on an environment property. Component environment properties enable you to centralize properties, tracking type and default values, for instance. Environment properties provide ad hoc lists of property=value pairs. Referenced: ${p:environment/propertyName}. |
Version | Available to every component version ( ). Values can be set at the individual version level. Each property must have a type (described above).Referenced: ${p:version/propertyName}. |