clock_info.d.ts .app addition

master
Rob Pilling 2023-01-29 23:01:52 +00:00
parent 8bc9c5de25
commit 9403bf05b0
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ declare module ClockInfo {
w: number, w: number,
h: number, h: number,
draw(itm: MenuItem, info: Item, options: InteractiveOptions): void, draw(itm: MenuItem, info: Item, options: InteractiveOptions): void,
app?: string, // used to remember clock_info locations, per app
}; };
type InteractiveOptions = type InteractiveOptions =