Table of Contents

Interface ITsModelVisitor

Namespace
Alternet.TsTypedefsGenerator.Core
Assembly
Alternet.Common.TypeScript.v9.dll

Defines an interface of TypeScript model visitor, that can be used to examine and modify TypeScript model.

public interface ITsModelVisitor

Methods

VisitClass(TsClass)

Represents a method called for every class in the model.

VisitEnum(TsEnum)

When overridden in a derived class, it can examine or modify the enum model.

VisitIndexerMethod(TsIndexerMethod)
VisitMethod(TsMethod)
VisitModel(TsModel)

Represents a method called once for the model.

VisitModule(TsModule)

Represents a method called for every module in the model.

VisitProperty(TsProperty)

Represents a method called for every property in the model.

VisitVariable(TsVariable)