Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UsePreviousAPI<T>

usePrevious API

typepropm

T 值类型

Type parameters

  • T

Hierarchy

  • UsePreviousAPI

Index

Properties

Properties

curRef

curRef: WritableComputedRef<T>

当前值

prevRef

prevRef: Ref<undefined | T>

缓存值, 初始时为 undefined

Generated using TypeDoc