-
Notifications
You must be signed in to change notification settings - Fork 10
Allow types in typed objects to have default values #149
Copy link
Copy link
Open
Labels
A: DocumentationIssue with documentation.Issue with documentation.D: Feature RequestA feature that may be implemented in a future version.A feature that may be implemented in a future version.D: OrganizationA change that will not impact the end-user, but may be helpful for simplifying/documenting the code.A change that will not impact the end-user, but may be helpful for simplifying/documenting the code.
Milestone
Metadata
Metadata
Assignees
Labels
A: DocumentationIssue with documentation.Issue with documentation.D: Feature RequestA feature that may be implemented in a future version.A feature that may be implemented in a future version.D: OrganizationA change that will not impact the end-user, but may be helpful for simplifying/documenting the code.A change that will not impact the end-user, but may be helpful for simplifying/documenting the code.
Currently, a default value cannot be specified for the designated type key in the typed object.
Example:
This is needed to properly document UI types.