Skip to content

My parameters get reordered in the documentation #42

@SofiK

Description

@SofiK

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

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions