Skip to content

Commit

Permalink
fix(core): typings for f7.online
Browse files Browse the repository at this point in the history
Fixes #3825
  • Loading branch information
nolimits4web committed Mar 1, 2021
1 parent 3ecadc2 commit 259c91e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/components/app/app-class.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ interface Framework7 extends Framework7Class<Framework7Events> {
methods: { [name: string]: () => any };
/** Boolean property indicating app is initialized or not */
initialized: boolean;
/** Boolean property indication app connection state. (`true` if online) */
online: boolean;
/** Dom7 alias */
$: Dom7;
/** App parameters */
Expand Down

0 comments on commit 259c91e

Please sign in to comment.