Skip to content

ui/popupMenu: Many properties declared as readonly unnecessarily #141

Description

@AmionSky

Many properties in ui/popupMenu.d.ts declared as readonly even though they are just regular properties. I understand that these (probably) should not be open to modification by anyone, but it causes issues with subclassing, where I can't assign to said properties in the constructor. Though there is workarounds for it (like using declare), I'm not sure if they should be readonly in the first place.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions