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
This is a request to add support for get/set accessors in interfaces. This would allow the interface to define the ability of the interface. For example, in the case where the property is read-only, "get" keyword in the interface would indicate that the property is read-only.
The text was updated successfully, but these errors were encountered:
Porting over this issue from:http://typescript.codeplex.com/workitem/260.
This is a request to add support for get/set accessors in interfaces. This would allow the interface to define the ability of the interface. For example, in the case where the property is read-only, "get" keyword in the interface would indicate that the property is read-only.
The text was updated successfully, but these errors were encountered: