LayerInfo

public struct LayerInfo

Information about a layer

  • id

    The identifier of the layer

    Declaration

    Swift

    public var id: String
  • The type of the layer

    Declaration

    Swift

    public var type: LayerType
  • Create a LayerInfo value

    Declaration

    Swift

    public init(id: String, type: LayerType)

    Parameters

    id

    A layer ID

    type

    A layer type