Constructor
new TaskBoxSortOrder(data)
Creates a TaskBoxSortOrder object
Parameters:
| Name | Type | Description |
|---|---|---|
data |
TaskBoxSortOrder | Object |
- Source:
Members
_id :string
Unique ID. There will be only one record, but I include the _id for convenience when using methods that require an _id.
Type:
- string
- Default Value:
- ''
- Source:
COMMUNITY :Array.<string>
Community sort order: array of IDs of ActivityPlans, in the sorted order.
For each ActivityPlanId, show that ActivityPlan's next task (the task indicated by activityPlan.nextTaskIndex).
Type:
- Array.<string>
- Default Value:
- []
- Source:
HELPER :Array.<string>
Helper sort order: array of IDs of ActivityPlans, in the sorted order.
For each ActivityPlanId, show that ActivityPlan's next task (the task indicated by activityPlan.nextTaskIndex).
Type:
- Array.<string>
- Default Value:
- []
- Source:
PLAN :Array.<string>
Plan sort order: array of IDs of ActivityPlans, in the sorted order.
For each ActivityPlanId, show that ActivityPlan's next task (the task indicated by activityPlan.nextTaskIndex).
Type:
- Array.<string>
- Default Value:
- []
- Source:
PROCESS :Array.<string>
Process sort order: array of IDs of ActivityPlans, in the sorted order.
For each ActivityPlanId, show that ActivityPlan's next task (the task indicated by activityPlan.nextTaskIndex).
Type:
- Array.<string>
- Default Value:
- []
- Source:
Methods
set(data) → {TaskBoxSortOrder}
Creates an updated TaskBoxSortOrder object
Parameters:
| Name | Type | Description |
|---|---|---|
data |
TaskBoxSortOrder | Object |
- Source:
Returns:
- Type
- TaskBoxSortOrder