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