@wildix/wim-tools-client > Tools > createTool
Tools.createTool() method
Signature:
createTool(args: CreateToolCommandInput, cb: (err: any, data?: CreateToolCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
|---|---|---|
args | ||
cb | (err: any, data?: CreateToolCommandOutput) => void |
Returns:
void