UNPKG
ngx-ui-tour-core
Version:
latest (14.0.0)
14.0.0
13.0.0
12.1.0
12.0.2
12.0.1
12.0.0
11.0.6
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.6.0
10.5.1
10.5.0
10.4.0
10.3.1
10.3.0
10.2.0
10.1.0
10.0.0
9.2.1
9.2.0
9.1.0
9.0.0
8.1.2
8.1.1
8.1.0
8.0.1
8.0.0
7.0.2
7.0.1
7.0.0
6.1.0
6.0.0
5.2.0
5.1.1
5.1.0
5.0.0
UI tour library for Angular 12+
github.com/hakimio/ngx-ui-tour
hakimio/ngx-ui-tour
ngx-ui-tour-core
/
lib
/
utils
/
is-in-viewport.d.ts
7 lines
(6 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
enum
ElementSides
{
Top
=
0
,
Bottom
=
1
,
All
=
2
}
export
declare
function
isInViewport
(
htmlElement
:
HTMLElement
,
sidesToCheck
?:
ElementSides
):
boolean
;