ParameterModel
The Parameter model represents a component parameter.
implements: hash, scalar
bundle: online channel standard (oc)
since 4.2.0
The Parameter model represents a component parameter.
The ParameterModel always relates to the component from which it was created.
[used as scalar] ↦ String
since 4.2.0
Returns a string containing a technical description of the parameter.
Defined hash keys
access ↦ String
since 4.2.0
Returns the permissible access types.
binding ↦ BindingModel
since 4.2.0
Returns the binding of the parameter. The value is undefined if the parameter is bot bound.
export ↦ String
since 4.2.0
Returns the export configuration of the parameter.
name ↦ String
since 4.2.0
Returns the name under which the parameter is registered with the component.
type ↦ String
since 4.2.0
Returns the value type of the parameter.
value ↦ TemplateModel
since 4.2.0
Returns a FreeMarker model of the value of the parameter.