Visibility

enum Visibility : Enum<Visibility> , LayerProperty

The visibility of a layer.

Parameters

value

String value of this property

Entries

NONE
Link copied to clipboard
NONE("none")

The layer is hidden.

VISIBLE
Link copied to clipboard
VISIBLE("visible")

The layer is shown.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String