namhkoh/Coronavirus-Bixby-Capsule

Consider using visibility private for all fields in a stucture

Closed this issue · 1 comments

This can save making new concept models

property (totalRecovered) {
  description (Question image)
  type (viv.core.Text)
  min (Required) max (One)
  visibility (Private)
}

Wow, the viv.core.* type is a live saver, thank you so much for the suggestion, it is implemented.