UNPKG
ngx-ui-tour-ngx-bootstrap
Version:
latest (15.0.1)
15.0.1
15.0.0
14.0.0
13.0.1
13.0.0
12.1.0
12.0.4
12.0.3
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.0
10.2.0
10.1.0
10.0.0
9.3.1
9.3.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-ngx-bootstrap
/
lib
/
step-option.interface.d.ts
7 lines
(6 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
IStepOption
}
from
'ngx-ui-tour-core'
;
import
type
{
AvailableBSPositions
}
from
'ngx-bootstrap/positioning'
;
export
interface
INgxbStepOption
extends
IStepOption
{
placement
?:
AvailableBSPositions
;
useLegacyTitle
?:
boolean
; }