Preparing search index...
The search index is not available
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
@mozaic-io/mozaic-sdk-node
api/api
TaskList
Interface TaskList
export TaskList
interface
TaskList
{
completed_tasks
?:
number
;
tasks
?:
null
|
OnBoardingTask
[]
;
title
?:
null
|
string
;
total_tasks
?:
number
;
}
Index
Properties
completed_
tasks?
tasks?
title?
total_
tasks?
Properties
Optional
completed_
tasks
completed_
tasks
?:
number
Optional
tasks
tasks
?:
null
|
OnBoardingTask
[]
Optional
title
title
?:
null
|
string
Optional
total_
tasks
total_
tasks
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed_
tasks
tasks
title
total_
tasks
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
export TaskList