rushstack
rushstack copied to clipboard
[api-extractor] How do customize ordering of properties/method?
Summary
How can I specify how I want properties and methods to be ordered?
Currently, it sorts alphabetically, but (for example) I would like static properties to appear before instance properties, or I would like a "preserve" option similar to what's available for enumMemberOrder.
Standard questions
Please answer these questions to help us investigate your issue more quickly:
| Question | Answer |
|---|---|
@microsoft/api-documenter version? |
7.25.14 |
| Operating system? | Windows |
| Documentation target? | Markdown |
| Would you consider contributing a PR? | No |
| TypeScript compiler version? | 5.4.2 |
Node.js version (node -v)? |
22.7.0 |