ComponentSettingsFieldsShownBody
public struct ComponentSettingsFieldsShownBody : Codable, Equatable
Body label.
-
Use the whole passage as the body.
Declaration
Swift
public var usePassage: Bool? -
Use a specific field as the title.
Declaration
Swift
public var field: String?
View on GitHub
ComponentSettingsFieldsShownBody Structure Reference