Skip to content

JSCallbackArgs indexer

Gets the argument at the specified (zero-based) index.

C#
public JSValue this[int index] { get; }

Remarks

If the index is out of range, this property returns default(JSValue) which is equivalent to JS undefined.

See Also

Released under the MIT license