You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 forenumMemberOrder
.Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/api-documenter
version?node -v
)?The text was updated successfully, but these errors were encountered: