Table of Contents

Class Document

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

Represents a source code document that is part of a TypeScript project.

public class Document
Inheritance
Document

Constructors

Document(string, string, int)

Initializes a new instance of the Document class with specified parameters.

Properties

FileName

Gets the path to the document file.

Text

Gets the current text for the document.

Version

Gets the version of the document's text.

Methods

FromJs(dynamic)

Gets Document from JS object.