Table of Contents

Interface IJsSymbol

Namespace
DotNetBrowser.Js
Assembly
DotNetBrowser.dll

Represent a JavaScript "Symbol". JavaScript symbols are unique and immutable primitive values that may be used as the key of an object property. Symbols are often used to add unique property keys to an object that won't collide with keys any other code might add to the object, and which are hidden from any mechanisms other code might use to access the object.

public interface IJsSymbol : IAutoDisposable
Inherited Members

Properties

Description

Gets the symbol description.