probe-web / @probe-web/artifacts / RestoreEntry
Interface: RestoreEntry<H>
Defined in: index.ts:330
One handle for restoreHandles to restore, and what to do with it.
Type Parameters
| Type Parameter | Default type |
|---|---|
H extends PermissionHandleLike | PermissionHandleLike |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
key | string | Key the handle was stored under. | index.ts:332 |
Methods
apply()
ts
apply(handle): void | Promise<void>;Defined in: index.ts:334
Use the restored handle (read the file, index the folder, …).
Parameters
| Parameter | Type |
|---|---|
handle | H |
Returns
void | Promise<void>