For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/enums/ObjectiveSortOrder.md.

Enumeration: ObjectiveSortOrder

Beta

表示分数持有者列表的排序顺序。

Used for specifying a sort order for how to display an objective and its list of participants.

Enumeration Members

Ascending

Ascending: 0

Beta

Remarks

以升序显示分数持有者列表(例如:A-Z)。

Objective participant list is displayed in ascending (e.g., A-Z) order.


Descending

Descending: 1

Beta

Remarks

以降序显示分数持有者列表(例如:Z-A)。

Objective participant list is displayed in descending (e.g., Z-A) order.