APIs

Show:

Mixin containing logic which forces assertion exceptions if handlers for required actions are not defined.

Item Index

Properties

Methods

_actionHandlerIsDefined

(
  • options
)
Boolean private

Returns flag, indicating whether action handler is defined, for action with the specified name, or not.

Parameters:

  • options Object

    Method options

    • actionName String

      Name of component's action for which handler's existence this method should check.

Returns:

Boolean:

Flag, indicating whether action handler is defined, for action with the specified name, or not.

Properties

_requiredActions

String[]

Component's required actions names. For actions enumerated in this array an assertion exceptions will be thrown, if actions handlers are not defined for them.

Default: null