API Docs for: 3.5.0
Show:

attribute Module

The attribute-base submodule provides core attribute handling support, with everything aside from complex attribute handling in the provider's constructor.

This module is a rollup of the following modules:

  • attribute-base
    The attribute-base submodule provides core attribute handling support, with everything aside from complex attribute handling in the provider's constructor.
  • attribute-complex
    Adds support for attribute providers to handle complex attributes in the constructor
  • attribute-core
    The attribute-core submodule provides the lightest level of attribute handling support without Attribute change events, or lesser used methods such as reset(), modifyAttrs(), and removeAttr().
  • attribute-events
    The attribute-events submodule provides augmentable attribute change event support for AttributeCore based implementations.
  • attribute-extras
    The attribute-extras submodule provides less commonly used attribute methods, and can be augmented/mixed into an implemention which used attribute-core.