7 lines
345 B
TypeScript
7 lines
345 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Resolves the corresponding enum member string of the current value of a given enum symbol.
|
|
*/
|
|
function EnumToMemberName(ctx: SelectableRequired<TcHmi.FunctionExpressionContext, 'success' | 'error'>, symbol: TcHmi.Symbol): void;
|
|
}
|
|
//# sourceMappingURL=EnumToMemberName.d.ts.map
|