visible

Specifies if this view annotation is visible or not. Note: For Android and iOS platforms, if this property is not specified explicitly when creating / updating view annotation, visibility will be handled automatically based on actual Android or iOS view's visibility e.g. if actual view is set to be not visible - Android / iOS part will automatically update view annotation to have `visible = false`. When adding new annotations, if `visible` is not explicitly set, default value `true` will be applied. When updating existing annotations, if `visible` is not explicitly set, the current value will be retained.