VisibilityValue

data class VisibilityValue(val value: Value)

Whether this layer is displayed. Default value: "visible".

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun VisibilityValue(expression: Expression)
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard