Skip to content
On this page

Interface: BaseReset

features/reset.BaseReset

The properties that are added onto a processed ResetOptions to create an Reset.

Properties

id

id: string

An auto-generated ID for identifying which reset is being performed. Will not persist between refreshes or updates.

Defined in

profectus/src/features/reset.ts:32


reset

reset: VoidFunction

Trigger the reset.

Defined in

profectus/src/features/reset.ts:34


type

type: typeof ResetType

A symbol that helps identify features of the same type.

Defined in

profectus/src/features/reset.ts:36