aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/typings/frost.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/typings/frost.d.ts')
-rw-r--r--app/src/web/typings/frost.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/web/typings/frost.d.ts b/app/src/web/typings/frost.d.ts
index ae7c97ab..9f77ce9e 100644
--- a/app/src/web/typings/frost.d.ts
+++ b/app/src/web/typings/frost.d.ts
@@ -24,6 +24,10 @@ declare interface FrostJSI {
handleHeader(html: string | null)
allowHorizontalScrolling(enable: boolean)
+
+ setScrolling(scrolling: boolean)
+
+ isScrolling(): boolean
}
declare var Frost: FrostJSI;