ComponentSettingsResponse
public struct ComponentSettingsResponse : Codable, Equatable
The default component settings for this project.
-
Fields shown in the results section of the UI.
Declaration
Swift
public var fieldsShown: ComponentSettingsFieldsShown?
-
Whether or not autocomplete is enabled.
Declaration
Swift
public var autocomplete: Bool?
-
Whether or not structured search is enabled.
Declaration
Swift
public var structuredSearch: Bool?
-
Number or results shown per page.
Declaration
Swift
public var resultsPerPage: Int?
-
a list of component setting aggregations.
Declaration
Swift
public var aggregations: [ComponentSettingsAggregation]?