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
As an Tonto user, I want to be able to describe better every element that I'm creating using documentation
The description should show when hovering at the element when referenced on another part of the model
/*** description: This class represents a Person as an Object kind. A person* can have many characteristics like name, age, and hair color*/kindPerson{
name: string
age: number
hairColor: string}
The text was updated successfully, but these errors were encountered:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: