Enumeration SpiderElementModeConst

The mode of an element.

Enumeration Members

Enumeration Members

ACTIVE: 0

Active elements are copied to their target table on initalization.

DECLARATIVE: 2

Declaritive element do nothing on initalization and cannot be loaded by instructions.

PASSIVE: 1

Passive elements do nothing on initalization and can be loaded by instructions.

Generated using TypeDoc