API reference › @evolu/common › Task › RunEventDataChildAdded
Defined in: packages/common/src/Task.ts:1915
A child Run was added to the emitting Run.
Extends
Typed<"ChildAdded">
Properties
childId
readonly childId: string & Brand<"Id">;
Defined in: packages/common/src/Task.ts:1917
The id of the added child Run.
type
readonly type: "ChildAdded";
Defined in: packages/common/src/Type.ts:8883