| Interface | Description |
|---|---|
| ScriptMap<T> |
A class implements this interface
to signal that it is suitable to
javascript-map notation and the _delete_ operator:
o[key] = value;
value = o[key];
o.foo = "bar"
delete o.for
Whether map notation really works
depends on the script engine and will
need some additional adaptation.
|
| Exception | Description |
|---|---|
| TypeError |
The TypeError in Javascript.
|
Copyright © 2017. All rights reserved.