mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
Simulation
CampaignLevelResult
Interface CampaignLevelResult<State, Result>
interface
CampaignLevelResult
<
State
extends
StateValue
,
Result
extends
StateValue
=
StateValue
,
>
{
next
?:
string
|
null
;
outcome
:
CampaignOutcome
;
reminders
?:
readonly
string
[]
;
result
?:
Result
;
state
:
State
;
}
Type Parameters
State
extends
StateValue
Result
extends
StateValue
=
StateValue
Index
Properties
next?
outcome
reminders?
result?
state
Properties
Optional
Readonly
next
next
?:
string
|
null
Readonly
outcome
outcome
:
CampaignOutcome
Optional
Readonly
reminders
reminders
?:
readonly
string
[]
Optional
Readonly
result
result
?:
Result
Readonly
state
state
:
State
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
next
outcome
reminders
result
state
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...