@onjmin/dtm
Preparing search index...
TourLabels
Type Alias TourLabels
吹き出しの文言。日本語以外へ差し替えるためのフック。
type
TourLabels
=
{
done
:
string
;
next
:
string
;
prev
:
string
;
progress
:
(
current
:
number
,
total
:
number
)
=>
string
;
skip
:
string
;
}
Index
Properties
done
next
prev
progress
skip
Properties
done
done
:
string
最終ステップの「次へ」に使う文言。
next
next
:
string
prev
prev
:
string
progress
progress
:
(
current
:
number
,
total
:
number
)
=>
string
進捗表示(1始まりの現在位置と総数)。
skip
skip
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
done
next
prev
progress
skip
@onjmin/dtm
Loading...
吹き出しの文言。日本語以外へ差し替えるためのフック。