module

module

new module()

This is the main module class that module are required to extend

Methods

(static) map({int})

Mapping Allowed for Modules

Parameters:
Name Type Description
Objects

The object reference item to map

String

The event name to map against

{int} String

The reference which is either a name reference or an instance Id reference

Returns:

The mapped object

(static) mappings()

Handle the module mappings, modules are effectively view components that are extensions of the AIM.Context functionality and have the same permissions as commands to map and unmap objects that were instantiated as part of their modular behaviour

(static) unmap(name)

UnMapping Allowed for Modules

Parameters:
Name Type Description
name object

The name or object reference for the item to unmap

Returns:

The result of the unmap