Skip to content

Differentiate an Interface and an Enum element with the same name. #262

@ghost

Description

Hello,

I want to link an Interface in a methode definition like this :

/**
   * Get an array of [[FooBar]]
   * @param id
   */
  public getSomeFooBar = (id : Id) : FooBar => {
    /*...*/
  };

The probleme is that I have an Interface named "FooBar", but also an Enum containing an element named "FooBar", so the link refers to the Enum and not the Interface.

Is there a way to manually specify that I want to refer to the Interface ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions