CustomItem
public struct CustomItem : Hashable
Undocumented
-
Undocumented
Declaration
Swift
public let payload: AnyHashable
-
Undocumented
Declaration
Swift
public let preferredIndex: Int
-
Undocumented
Declaration
Swift
public init(payload: AnyHashable, preferredIndex: Int = 0)