Table of Contents

Method UpdateExplorerAsync

Namespace
Alternet.Editor.TypeScript
Assembly
Alternet.Editor.TypeScript.v10.dll

UpdateExplorerAsync(object, V8Parser)

Updates explorer content from given source document.

public Task UpdateExplorerAsync(object document, V8Parser parser)

Parameters

document object

Source code document.

parser V8Parser

Parser process code.

Returns

Task