setOnDeclMay only be set upon declaration via Core::extend() or mixIn.

settableMay be set upon declaration via Core::extend() or mixIn and/or read/written directly on run-time.

setOnDeclViaPushMay only be set after Core::extend() using MyClass.prop.push(...).

readOnlyMay only be read, not changed.

inMergePropsThis property is listed in _mergeProps by default so subclass defining it adds to its parent’s object instead of overwriting it entirely (but identical keys are still overwritten).

inMergePropsAThis property is listed in _mergeProps by default so subclass defining it adds to its parent’s values instead of overwriting the array entirely.

es6thiswarninBBWarning: avoid using ES6 arrow functions as handlers due to their fixed this (es6this).

In Backbone…

unorderedAttention: JavaScript objects are unordered, as explained in the description of Ordered.

Event system (evt):tag_Events

Inheritance-related:tag_Extension

Object’s lifecycle (construct, attach, render, update):tag_Lifecycle

Children and nesting (chld):tag_Nesting

Dealing with options (opt):tag_Options

Utility methods (util):tag_Utilities

Defined in: HELP.chem, lines 43-80 (38 lines)