Skip to content

TodoView

This content is not available in your language yet.

待办条目视图(plan.todo.* 事件的投影)

readonly content: string;

readonly id: string;

readonly status: "completed" | "pending" | "in_progress" | "cancelled";