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