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?
optionaldefaultTask:string
Defined in: types/types.ts:263
description
description:
string
Defined in: types/types.ts:260
id
readonlyid:symbol
Defined in: types/types.ts:257
tags
tags:
IceTag[]
Defined in: types/types.ts:259