Skip to content

API Reference


Type Alias: Scope

Scope = object

Defined in: types/types.ts:255

A logical grouping of tasks and other scopes.

Properties

_tag

_tag: "scope"

Defined in: types/types.ts:256


children

children: Record<string, TaskTreeNode>

Defined in: types/types.ts:261


defaultTask?

optional defaultTask: string

Defined in: types/types.ts:263


description

description: string

Defined in: types/types.ts:260


id

readonly id: symbol

Defined in: types/types.ts:257


tags

tags: IceTag[]

Defined in: types/types.ts:259