@mudssky/jsutils
Preparing search index...
restoreSessionSnapshot
Function restoreSessionSnapshot
restoreSessionSnapshot
<
TState
extends
Record
<
string
,
unknown
>
,
Schema
extends
StorageSchema
&
SessionSnapshotSchema
<
TState
>
,
>
(
storage
:
WebSessionStorage
<
Schema
>
,
snapshotId
:
string
,
)
:
Schema
[
StorageKey
<
Schema
>
]
|
null
恢复 session 快照。
Type Parameters
TState
extends
Record
<
string
,
unknown
>
Schema
extends
StorageSchema
&
SessionSnapshotSchema
<
TState
>
Parameters
storage
:
WebSessionStorage
<
Schema
>
Session storage 实例。
snapshotId
:
string
快照 id。
Returns
Schema
[
StorageKey
<
Schema
>
]
|
null
快照数据,不存在时返回 null。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mudssky/jsutils
Loading...
恢复 session 快照。