Skip to content

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 ParameterDefault type
H extends PermissionHandleLikePermissionHandleLike

Properties

PropertyTypeDescriptionDefined in
keystringKey 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

ParameterType
handleH

Returns

void | Promise<void>