Interface: Resettable
Defined in: common/types/Resettable.ts:4
An interface for objects that can be reset to their initial state.
Methods
reset()
reset():
void
Defined in: common/types/Resettable.ts:6
Resets the object to its initial state.
Returns
void