Item
public struct Item
extension BPKAppSearchModalContent.Item: Hashable
-
Declaration
Swift
public init( title: String, subtitle: String?, tertiaryLabel: String? = nil, icon: BPKIcon, onItemSelected: @escaping () -> Void )
-
Declaration
Swift
public static func == ( lhs: BPKAppSearchModalContent.Item, rhs: BPKAppSearchModalContent.Item ) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)