position property

String? position
getter/setter pair

String indicating the position of the task among its sibling tasks under the same parent task or at the top level.

If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.

Implementation

core.String? position;