Table of Contents

Method GetTypeVisibility

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

GetTypeVisibility(TsClass, string)

Gets whether a type should be marked with "Export" keyword in TypeScript

public bool GetTypeVisibility(TsClass tsClass, string typeName)

Parameters

tsClass TsClass
typeName string

The type to get the visibility of

Returns

bool

bool indicating if type should be marked weith keyword "Export"