Delegate TsSimpleTypeVisibilityFormatter
- 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".
[Obsolete]
public delegate bool TsSimpleTypeVisibilityFormatter(string typeName)
Parameters
typeName
stringThe type name to format
Returns
- bool
A boolean value indicating if a member should be exported.