-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new interface #44
base: development
Are you sure you want to change the base?
new interface #44
Conversation
@@ -30,7 +30,7 @@ message TextField { | |||
string text = 1; | |||
} | |||
|
|||
message UiOption { | |||
message UiOptionDeclaration { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, the one thing I'm unsure about is how we'll toggle the mutability of a field. Should this be a boolean here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good one, I'll add it. Worst case we don't end up using/needing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also forgot to mention field descriptions we discussed - it appears those are missing as well.
Is this still relevant? |
No description provided.