mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Support viewing multiple epochs
This commit is contained in:
parent
f3c0b54fe9
commit
66b6b8b53d
12 changed files with 672 additions and 369 deletions
|
@ -14,3 +14,12 @@ export interface GraphMessage {
|
|||
export interface EventListMessage {
|
||||
focusEpoch: (epoch: EventEpoch) => void;
|
||||
}
|
||||
|
||||
export enum LoadEpochView {
|
||||
Top,
|
||||
Bot,
|
||||
}
|
||||
|
||||
export interface GlobalMessage {
|
||||
loadEpoch: (epoch: EventEpoch, view: LoadEpochView) => void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue