VoteAction

public class VoteAction : Item

The act casting a vote.

  • Date of execution.

    Declaration

    Swift

    @objc
    dynamic var dateExecuted: Date?
  • An occasion where a choice is made choose between two or more options, for instance an election.

    Declaration

    Swift

    var vote: Results<Vote>? { get }
  • An Item this Item is used by.

    Declaration

    Swift

    var usedBy: [Item]? { get }
  • A chosen Option.

    Declaration

    Swift

    var choice: Results<Option>? { get }
  • Undocumented

    Declaration

    Swift

    public required convenience init(from decoder: Decoder) throws