API Reference > imodeljs-frontend > Tools > Tool > maxArgs maxArgs AccessorStaticReadOnly The maximum number of arguments allowed by Tool.parseAndRun, or undefined if there is no maximum. If subclasses override Tool.parseAndRun, they should also override this method to indicate the maximum number of arguments their implementation expects. maxArgs: undefined | number Returns - undefined | number Defined in core/frontend/src/tools/Tool.ts Line 350 Last Updated: 11 June, 2024