mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #29] Please add the default values to properties in the documentation #17
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kilian on GitHub (Feb 23, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/29
For example, Box has a property 'vertical', which is
truewhen not specified. This is not made clear in the documentation: https://proton-native.js.org/#/component_APIs/box?id=verticalI would expect an additional column in the reference tables called "default", which e.g. for vertical would show
true, and for padded would showfalse.@kusti8 commented on GitHub (Feb 26, 2018):
Yeah, I will do that when I get a chance.