@onjmin/dtm
Preparing search index...
TourInstance
Type Alias TourInstance
startTour
の戻り値。
type
TourInstance
=
{
isActive
:
()
=>
boolean
;
next
:
()
=>
void
;
prev
:
()
=>
void
;
stop
:
()
=>
void
;
}
Index
Properties
is
Active
next
prev
stop
Properties
is
Active
isActive
:
()
=>
boolean
表示中かどうか。
next
next
:
()
=>
void
次のステップへ。最終ステップでは終了する。
prev
prev
:
()
=>
void
前のステップへ。
stop
stop
:
()
=>
void
中断して閉じる。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Active
next
prev
stop
@onjmin/dtm
Loading...
startTour の戻り値。