Skip to main content
Skip table of contents

BindingModel

The BindingModel represents the binding configuration of a component parameter.

implements: hash, scalar
bundle: online channel standard (oc)
since 4.2.0
The BindingModel represents the binding configuration of a component parameter.

type ↦ String
since 4.2.0
Depending on the type of the binding, this returns one of the following Values:

  • PathBinding
  • QueryBinding
  • SessionBinding
  • TranslationBinding
  • SiteBinding

Path-Binding

parameterName ↦ String
since 4.2.0
Returns the Name of the path-binding. If the value is not defined, undefined will be returned.

Query-Binding

componentPath ↦ String
since 4.2.0
Returns the component path of the query-binding. If the value is not defined, undefined will be returned.

variableName ↦ String
since 4.2.0
Returns the variable name of the query-binding. If the value is not defined, undefined will be returned.

Session-Binding

name ↦ String
since 4.2.0 for Session-Binding
since 4.4.3 for Site-Binding
Returns the name of a binding. If the value is not defined, undefined will be returned.
Returns the name of the session binding.

persistence ↦ String
since 4.2.0
Returns the persistence mode of the session-binding. If the value is not defined, undefined will be returned.

Site-Binding

name ↦ String
since 4.2.0 for Session-Binding
since 4.4.3 for Site-Binding
Returns the name of a binding. If the value is not defined, undefined will be returned.
Returns the name of the attribute which should be inserted in the parameter via the site-binding.

Translation-Binding

key ↦ String
since 4.4.0
Returns the key of the Entry in the Translation Table which should be inserted in the Parameter via the SessionBinding. If the value is not defined, undefined will be returned.

[used as scalar] ↦ String
since 4.2.0
Returns a string containing a technical description of the model.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.