Interface TSType
Namespace: TypeScriptDefToCSharp.Model
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public interface TSType
Properties
| Improve this Doc View SourceName
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceNew(String)
Declaration
string New(string jsObj)
Parameters
Type | Name | Description |
---|---|---|
System.String | jsObj |
Returns
Type | Description |
---|---|
System.String |
ToString()
Declaration
string ToString()
Returns
Type | Description |
---|---|
System.String |