getAllRegisteredIds Method
Returns all IDs of registered visual tools.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebVisualToolFabricJS();
var value; // Type: string[]
value = instance.getAllRegisteredIds();
function getAllRegisteredIds() : string[];
Return Value
An array, which contains IDs of all registered visual tools.