ElementIDAction

public struct ElementIDAction<ID, Action> where ID : Hashable
extension ElementIDAction: Identifiable
extension ElementIDAction: Decodable where ID: Decodable, Action: Decodable
extension ElementIDAction: Encodable where ID: Encodable, Action: Encodable
extension ElementIDAction: Equatable where Action: Equatable
extension ElementIDAction: Hashable where Action: Hashable

Undocumented

  • id

    Declaration

    Swift

    public let id: ID
  • Undocumented

    Declaration

    Swift

    public let action: Action
  • Undocumented

    Declaration

    Swift

    public init(id: ID, action: Action)