# plugins.core.tangent.manager.binding

Represents a Tangent Binding


# API Overview

Constructors - API calls which return an object, typically one that offers API methods

  • binding

Methods - API calls which can only be made on an object returned by a constructor

  • member
  • members
  • name
  • xml

# API Documentation

# Constructors

# binding

Signature plugins.core.tangent.manager.binding(name) -> binding
Type Constructor
Description Creates a new Binding instance.
Parameters
  • name - The name of the binding.
Returns
  • the new binding.
Notes None
Examples None
Source src/plugins/core/tangent/manager/binding.lua line 16

# Methods

# member

Signature plugins.core.tangent.manager.binding:member(parameter) -> self
Type Method
Description Adds a parameter as a member of the Binding group. The order is significant - it will determine the order the parameters are applied to group controls in the Mapper.
Parameters
  • param - The parameter to add to the binding.
Returns
  • The binding instance.
Notes None
Examples None
Source src/plugins/core/tangent/manager/binding.lua line 43

# members

Signature plugins.core.tangent.manager.binding:members(...) -> self
Type Method
Description Adds the list of parameters to this binding.
Parameters
  • ... - the list of parameters to bind.
Returns
  • The binding instance.
Notes None
Examples None
Source src/plugins/core/tangent/manager/binding.lua line 58

# name

Signature plugins.core.tangent.manager.binding:name() -> string
Type Method
Description Returns the name of this binding.
Parameters
  • None
Returns
  • The name.
Notes None
Examples None
Source src/plugins/core/tangent/manager/binding.lua line 30

# xml

Signature plugins.core.tangent.manager.binding:xml() -> cp.web.xml
Type Method
Description Returns the xml configuration for the Binding.
Parameters
  • None
Returns
  • The xml for the Binding.
Notes None
Examples None
Source src/plugins/core/tangent/manager/binding.lua line 74