mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
chore: rename currentBlock > parent
This commit is contained in:
committed by
Carlos Valente
parent
030c8f897f
commit
3ca0abad53
@@ -56,7 +56,7 @@ export type OntimeEvent = OntimeBaseEvent & {
|
||||
custom: EntryCustomFields;
|
||||
triggers?: Trigger[];
|
||||
// !==== RUNTIME METADATA ====! //
|
||||
currentBlock: EntryId | null;
|
||||
parent: EntryId | null;
|
||||
revision: number;
|
||||
delay: number; // calculated at runtime
|
||||
dayOffset: number; // calculated at runtime
|
||||
|
||||
Reference in New Issue
Block a user