Important

You are browsing documentation for version 6.0 of OroCommerce, supported until 2028. Read the documentation for the latest LTS version to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

BaseClass 

BaseClass implements the Backbone events API, Chaplin’s declarative event bindings, and the Chaplin.EventBroker API.

Constructor Options 

Param

Type

Description

options

Object

Options container

options.listen

Object

Object defining event listeners for this instance

Properties 

  • baseClass.disposed: boolean

    Indicates whether the class instance has been disposed. This flag helps prevent operations on disposed instances.

  • Kind: instance property of BaseClass