clock_info.d.ts .app addition
parent
8bc9c5de25
commit
9403bf05b0
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue