Consider using visibility private for all fields in a stucture
Closed this issue · 1 comments
DogeThis commented
This can save making new concept models
property (totalRecovered) {
description (Question image)
type (viv.core.Text)
min (Required) max (One)
visibility (Private)
}
namhkoh commented
Wow, the viv.core.* type is a live saver, thank you so much for the suggestion, it is implemented.