behavior.storage

Static object.

Instance of util.Storage

Storage for map behavior classes. A new behavior is added to the map via this storage.

By default, the following behaviors are added to the storage:

Methods

Methods

Name

Returns

Description

add(key, object)

util.Storage

Adds an object to storage.

get(key)

Object

Returns object stored for the specified key, or the primary key, if this is not a string.

remove(key)

util.Storage

Deletes the "key: value" pair from storage.