@playlive/tiltify-core
Preparing search index...
TiltifyPoll
Interface TiltifyPoll
A donor poll attached to a campaign.
interface
TiltifyPoll
{
active
:
boolean
;
amount_raised
:
TiltifyAmount
;
ends_at
:
string
|
null
;
goal
:
TiltifyAmount
;
id
:
string
;
inserted_at
:
string
;
legacy_id
:
number
;
name
:
string
;
options
:
TiltifyPollOption
[]
;
updated_at
:
string
;
}
Index
Properties
active
amount_
raised
ends_
at
goal
id
inserted_
at
legacy_
id
name
options
updated_
at
Properties
active
active
:
boolean
amount_
raised
amount_raised
:
TiltifyAmount
ends_
at
ends_at
:
string
|
null
goal
goal
:
TiltifyAmount
id
id
:
string
inserted_
at
inserted_at
:
string
legacy_
id
legacy_id
:
number
Deprecated
name
name
:
string
options
options
:
TiltifyPollOption
[]
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
amount_
raised
ends_
at
goal
id
inserted_
at
legacy_
id
name
options
updated_
at
@playlive/tiltify-core
Loading...
A donor poll attached to a campaign.