ComponentSettingsAggregation
public struct ComponentSettingsAggregation : Codable, Equatable
Display settings for aggregations.
-
Type of visualization to use when rendering the aggregation.
See moreDeclaration
Swift
public enum VisualizationType : String -
Identifier used to map aggregation settings to aggregation configuration.
Declaration
Swift
public var name: String? -
User-friendly alias for the aggregation.
Declaration
Swift
public var label: String? -
Whether users is allowed to select more than one of the aggregation terms.
Declaration
Swift
public var multipleSelectionsAllowed: Bool? -
Type of visualization to use when rendering the aggregation.
Declaration
Swift
public var visualizationType: String?
View on GitHub
ComponentSettingsAggregation Structure Reference