getStitchMode method
Returns the value configured by setStitchMode.
Syntax
let configval = config.getStitchMode();
config.stitchMode = configval;
configval = config.stitchMode;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: StitchMode