StyleDataType

enum StyleDataType : Enum<StyleDataType>

Defines what kind of style data has been loaded in a style-data-loaded event.

Entries

SOURCES
Link copied to clipboard
@SerializedName(value = sources)
SOURCES()
The style data loaded event is associated with sources.
SPRITE
Link copied to clipboard
@SerializedName(value = sprite)
SPRITE()
The style data loaded event is associated with sprite.
STYLE
Link copied to clipboard
@SerializedName(value = style)
STYLE()
The style data loaded event is associated with style.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int