Table of Contents

Delegate TsTypeVisibilityFormatter

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

Defines a method used to determine if a type should be marked with the keyword "export".

public delegate bool TsTypeVisibilityFormatter(TsClass tsClass, string typeName)

Parameters

tsClass TsClass

The class model to format

typeName string

The type name to format

Returns

bool

A boolean value indicating if a member should be exported.