搜索...
一个帮助创建 可暂停实例 Pausable 的 React Hook。
请查看 API。
点击下方链接跳转 GitHub 查看源代码。
const { isActive, pause, resume } = usePausable(initialStatus)
isActiveRef.current 的初始值,一个 boolean 类型,默认为 false。
isActiveRef.current
boolean
false
返回值中包含可暂停、恢复的 Pausable 实例。
更多详情,请参见 Pausable。
一个 Pausable 实例。
Pausable