@playlive/tiltify-core
Preparing search index...
TiltifyCampaign
Interface TiltifyCampaign
A regular (non-personal, non-team) campaign.
interface
TiltifyCampaign
{
amount_raised
:
TiltifyAmount
|
null
;
avatar
:
TiltifyImage
|
null
;
cause_id
:
string
;
description
:
string
;
donate_url
:
string
;
fundraising_event_id
:
string
|
null
;
goal
:
TiltifyAmount
|
null
;
has_schedule
:
boolean
;
id
:
string
;
inserted_at
:
string
;
legacy_id
:
number
;
livestream
:
TiltifyLivestream
|
null
;
name
:
string
;
original_goal
:
TiltifyAmount
|
null
;
published_at
:
string
|
null
;
retired_at
:
string
|
null
;
slug
:
string
;
status
:
TiltifyCampaignStatus
;
supporting_type
:
TiltifyCampaignSupportableType
;
total_amount_raised
:
TiltifyAmount
|
null
;
updated_at
:
string
;
url
:
string
;
user
:
TiltifyUser
|
null
;
user_id
:
string
|
null
;
}
Hierarchy (
View Summary
)
TiltifyBaseCampaign
TiltifyCommonCampaign
TiltifyCampaign
Index
Properties
amount_
raised
avatar
cause_
id
description
donate_
url
fundraising_
event_
id
goal
has_
schedule
id
inserted_
at
legacy_
id
livestream
name
original_
goal
published_
at
retired_
at
slug
status
supporting_
type
total_
amount_
raised
updated_
at
url
user
user_
id
Properties
amount_
raised
amount_raised
:
TiltifyAmount
|
null
avatar
avatar
:
TiltifyImage
|
null
cause_
id
cause_id
:
string
description
description
:
string
donate_
url
donate_url
:
string
fundraising_
event_
id
fundraising_event_id
:
string
|
null
goal
goal
:
TiltifyAmount
|
null
has_
schedule
has_schedule
:
boolean
id
id
:
string
inserted_
at
inserted_at
:
string
legacy_
id
legacy_id
:
number
livestream
livestream
:
TiltifyLivestream
|
null
name
name
:
string
original_
goal
original_goal
:
TiltifyAmount
|
null
published_
at
published_at
:
string
|
null
retired_
at
retired_at
:
string
|
null
slug
slug
:
string
status
status
:
TiltifyCampaignStatus
supporting_
type
supporting_type
:
TiltifyCampaignSupportableType
total_
amount_
raised
total_amount_raised
:
TiltifyAmount
|
null
updated_
at
updated_at
:
string
url
url
:
string
user
user
:
TiltifyUser
|
null
user_
id
user_id
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount_
raised
avatar
cause_
id
description
donate_
url
fundraising_
event_
id
goal
has_
schedule
id
inserted_
at
legacy_
id
livestream
name
original_
goal
published_
at
retired_
at
slug
status
supporting_
type
total_
amount_
raised
updated_
at
url
user
user_
id
@playlive/tiltify-core
Loading...
A regular (non-personal, non-team) campaign.