Config
public struct Config
The configuration for voting events
-
The number of options a user can select when voting
Declaration
Swift
public private(set) var numSelected: Int -
Boolean to indicate whether the user should put their options in order
Declaration
Swift
public private(set) var ordered: Bool -
Get the JSON value of this config
Declaration
Swift
public func json() -> JSON
View on GitHub
Config Structure Reference