-
-
Notifications
You must be signed in to change notification settings - Fork 744
Closed
Description
Hi I have an issue,
I have a method with inputParameters like follows: (originalValues: MyRecord, newRecord: any, fieldNames: string[], fields: string[])
and in the documentation the parameters get reordered to
(originalValues: MyRecord, fieldNames: Array, fields: Array, newRecord: any)
Why does the newRecord parameter appear last? Is it because it is of type any? Cause at the moment it has to be. And I want it to be the second parameter. How can I fix that?
According to npm list -g I have TypeDoc 0.1.2.
I hope you can help me, Thank you in advance.
Metadata
Metadata
Assignees
Labels
No labels