SettingString

struct SettingString : Decodable, Equatable, Sendable

Setting String (Global Kodi Type)

  • Undocumented

    Declaration

    Swift

    public var value: String
  • Undocumented

    Declaration

    Swift

    public var defaultValue: String
  • Undocumented

    Declaration

    Swift

    public var allowEmpty: Bool
  • Undocumented

    Declaration

    Swift

    public var options: [Option]?
  • Undocumented

    See more

    Declaration

    Swift

    public struct Option : Hashable, Decodable, Sendable