Kind
public enum Kind
An enumeration for each kind of layer, together with the specifc information about that kind of layer (e.g. the ImageReference for an Image Layer
-
Provides an
ArrayofObjectsDeclaration
Swift
case objects([Object]) -
Provides an
ImageReferenceto an imageDeclaration
Swift
case image(ImageReference)
View on GitHub
Kind Enumeration Reference