Aufruffunktion dynamisch TypeScript

var functionName = 'myFunction';
this[functionName]();
AlgorSnipes