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
Returns
- bool
A boolean value indicating if a member should be exported.