openpaul
Preparing search index...
PlanWizardState
Interface PlanWizardState
interface
PlanWizardState
{
boundaries
?:
string
[]
;
createdAt
?:
number
;
criteria
?:
string
[]
;
currentTaskIndex
?:
number
;
phase
?:
number
;
plan
?:
string
;
step
:
PlanWizardStep
;
taskCount
?:
number
;
tasks
:
PlanWizardTaskDraft
[]
;
updatedAt
?:
number
;
}
Index
Properties
boundaries?
created
At?
criteria?
current
Task
Index?
phase?
plan?
step
task
Count?
tasks
updated
At?
Properties
Optional
boundaries
boundaries
?:
string
[]
Optional
created
At
createdAt
?:
number
Optional
criteria
criteria
?:
string
[]
Optional
current
Task
Index
currentTaskIndex
?:
number
Optional
phase
phase
?:
number
Optional
plan
plan
?:
string
step
step
:
PlanWizardStep
Optional
task
Count
taskCount
?:
number
tasks
tasks
:
PlanWizardTaskDraft
[]
Optional
updated
At
updatedAt
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
boundaries
created
At
criteria
current
Task
Index
phase
plan
step
task
Count
tasks
updated
At
openpaul
Loading...