Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
TasksModel
ListTasksOptions
Interface ListTasksOptions
interface
ListTasksOptions
{
assigneeId
?:
number
;
limit
?:
number
;
offset
?:
number
;
orderBy
?:
string
;
status
?:
TasksModel
.
Status
;
}
Hierarchy (
view full
)
PaginationOptions
ListTasksOptions
Index
Properties
assignee
Id?
limit?
offset?
order
By?
status?
Properties
Optional
assignee
Id
assignee
Id
?:
number
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
order
By
order
By
?:
string
Optional
status
status
?:
TasksModel
.
Status
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
assignee
Id
limit
offset
order
By
status
@crowdin/crowdin-api-client
Loading...