Preparing search index...
The search index is not available
@highlight-ai/app-runtime - v0.3.11
@highlight-ai/app-runtime
Task
Interface Task
interface
Task
{
additionMethod
?:
TaskAdditionMethod
;
assignedBy
?:
string
;
createdAt
:
string
;
description
?:
string
;
dueDate
?:
string
;
dueTime
?:
string
;
id
:
string
;
reminderOffsetMinutes
?:
number
;
source
?:
string
;
status
:
"pending"
|
"completed"
|
"detected"
;
title
:
string
;
}
Index
Properties
addition
Method?
assigned
By?
created
At
description?
due
Date?
due
Time?
id
reminder
Offset
Minutes?
source?
status
title
Properties
Optional
addition
Method
addition
Method
?:
TaskAdditionMethod
Optional
assigned
By
assigned
By
?:
string
created
At
created
At
:
string
Optional
description
description
?:
string
Optional
due
Date
due
Date
?:
string
Optional
due
Time
due
Time
?:
string
id
id
:
string
Optional
reminder
Offset
Minutes
reminder
Offset
Minutes
?:
number
Optional
source
source
?:
string
status
status
:
"pending"
|
"completed"
|
"detected"
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
addition
Method
assigned
By
created
At
description
due
Date
due
Time
id
reminder
Offset
Minutes
source
status
title
@highlight-ai/app-runtime - v0.3.11
Loading...