Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UseStorageStateAPI<T>

UseStrongState API

Type parameters

  • T

Hierarchy

  • UseStorageStateAPI

Index

Properties

Properties

state

state: Ref<undefined | null | T>

缓存值

update

update: (value?: T) => void

更新函数

Type declaration

    • (value?: T): void
    • Parameters

      • Optional value: T

      Returns void

Generated using TypeDoc