operator [] method
- dynamic index
override
Returns the value associated with property
from the proxied JavaScript
object.
Implementation
external E operator [](dynamic index);
Returns the value associated with property
from the proxied JavaScript
object.
external E operator [](dynamic index);