ICustomizable

Extends IEventEmitter.

Interface of an object that can be configured using the global options register.

Constructor | Fields | Events

Constructor

ICustomizable()

Fields

Name

Type

Description

events

IEventManager

Event manager.

Inherited from IEventEmitter.

options

IOptionManager

Options manager.

Events

Name

Description

optionschange

Change to the object options.

Fields details

options

{IOptionManager} options

Options manager.

Events details

optionschange

Change to the object options.