getName method
The value returned by this method is the name (tag) assigned to the step (in the check method).
Syntax
let value = stepinfo.getName();
value = stepinfo.name;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: string