ConfigurationStateCustomKey
A key that defines a custom state for a view.
public struct ConfigurationStateCustomKey: Equatable, Hashable, RawRepresentable
Inheritance
Equatable
, Hashable
, RawRepresentable
Nested Type Aliases
RawValue
public typealias RawValue = String
Initializers
init(rawValue:)
public init(rawValue: RawValue)
init(_:)
public init(_ rawValue: String)
Properties
rawValue
public let rawValue: RawValue