Structure
DrawingInfo.Renderer
public struct Renderer: Codable, Equatable
Relationships
Member Of
DrawingInfo
Nested Types
DrawingInfo.Renderer.UniqueValueInfo
DrawingInfo.Renderer.AuthoringInfo
Conforms To
Codable
Equatable
Properties
type
public let type: String
field1
public let field1: String?
uniqueValueInfos
@FallbackDecoding<EmptyArray>
public var uniqueValueInfos: [UniqueValueInfo]
fieldDelimiter
public let fieldDelimiter: String?
authoringInfo
public let authoringInfo: AuthoringInfo?