Preparing search index...
The search index is not available
open-source-election-game
open-source-election-game
models/CandidateModel
CandidateModel
Interface CandidateModel
interface
CandidateModel
{
bannerImageUrl
?:
string
;
color
:
string
;
description
:
string
;
firstName
:
string
;
homeState
:
string
;
id
:
number
;
imageUrl
:
string
;
issueScores
:
IssueScore
[]
;
lastName
:
string
;
party
:
string
;
runningMateIds
:
number
[]
;
startingGlobalMultiplier
:
number
;
}
Index
Properties
banner
Image
Url?
color
description
first
Name
home
State
id
image
Url
issue
Scores
last
Name
party
running
Mate
Ids
starting
Global
Multiplier
Properties
Optional
banner
Image
Url
bannerImageUrl
?:
string
color
color
:
string
description
description
:
string
first
Name
firstName
:
string
home
State
homeState
:
string
id
id
:
number
image
Url
imageUrl
:
string
issue
Scores
issueScores
:
IssueScore
[]
last
Name
lastName
:
string
party
party
:
string
running
Mate
Ids
runningMateIds
:
number
[]
starting
Global
Multiplier
startingGlobalMultiplier
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
banner
Image
Url
color
description
first
Name
home
State
id
image
Url
issue
Scores
last
Name
party
running
Mate
Ids
starting
Global
Multiplier
open-source-election-game
Loading...