MobX Lark
Preparing search index...
TaskListSection
Interface TaskListSection
interface
TaskListSection
{
created_at
:
string
;
creator
:
TaskOperator
;
guid
:
string
;
is_default
:
boolean
;
name
:
string
;
resource_type
:
TaskResourceType
;
tasklist
:
Pick
<
TaskList
,
"guid"
|
"name"
>
;
updated_at
:
string
;
}
Hierarchy
Pick
<
TaskList
,
"guid"
|
"name"
|
"creator"
|
"created_at"
|
"updated_at"
>
TaskListSection
Index
Properties
created_
at
creator
guid
is_
default
name
resource_
type
tasklist
updated_
at
Properties
created_
at
created_at
:
string
creator
creator
:
TaskOperator
guid
guid
:
string
is_
default
is_default
:
boolean
name
name
:
string
resource_
type
resource_type
:
TaskResourceType
tasklist
tasklist
:
Pick
<
TaskList
,
"guid"
|
"name"
>
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
created_
at
creator
guid
is_
default
name
resource_
type
tasklist
updated_
at
MobX Lark
Loading...