API reference › @evolu/common › Task › RunEventDataChildRemoved
Defined in: packages/common/src/Task.ts:1925
A child Run was removed from the emitting Run.
Extends
Typed<"ChildRemoved">
Properties
childId
readonly childId: string & Brand<"Id">;
Defined in: packages/common/src/Task.ts:1927
The id of the removed child Run.
type
readonly type: "ChildRemoved";
Defined in: packages/common/src/Type.ts:8883