DOMProtectionFlags

From Virtual World Web Wiki
Jump to: navigation, search

A set of flags that describe the system protection level applied to a DOMObject. These are used by the server to protect certain system-critical objects from accidental modification.

Remarks [edit]

Enum Values

None = 0
No special protection is applied
Delete = 1
This object cannot be deleted
Move = 2
This object cannot be moved somewhere else in the DOM tree
Add = 4
Children cannot be added to this object
Remove = 8
Children cannot be removed from this object
Change = 16
This object's properties cannot be changed