部分リーダー
部分リーダー機能を操作します。
uniweb.feature.partialReaderEnable()
部分リーダー機能を有効にします。
partialReaderEnable(type?: 'normal' | 'fast' | 'slow'): void;
uniweb.feature.partialReaderDisable()
部分リーダー機能を無効にします。
partialReaderDisable(): void;
uniweb.feature.partialReaderToggle()
部分リーダー機能の有効/無効を切り替えます。
partialReaderToggle(type?: 'normal' | 'fast' | 'slow'): void;
type
type | 機能名 |
---|---|
normal (default) | 適度な速度 |
fast | 早く読む |
slow | ゆっくり読む |