API Reference > imodeljs-frontend > Tools > Tool > minArgs minArgs AccessorStaticReadOnly The minimum number of arguments allowed by Tool.parseAndRun. If subclasses override Tool.parseAndRun, they should also override this method to indicate the minimum number of arguments their implementation expects. UI controls can use this information to ensure the tool has enough information to execute. minArgs: number Returns - number Defined in core/frontend/src/tools/Tool.ts Line 344 Last Updated: 11 June, 2024