ISnapshot

types.ISnapshot

Implemented by

isBlocked

Readonly isBlocked: boolean

Defined in

src/types/history.d.ts#37

make

make(): SnapshotType

Returns

SnapshotType

Defined in

src/types/history.d.ts#38


restoreOnlySelection

restoreOnlySelection(snapshot): void

Parameters

Name Type
snapshot SnapshotType

Returns

void

Defined in

src/types/history.d.ts#39


restore

restore(snapshot): void

Parameters

Name Type
snapshot SnapshotType

Returns

void

Defined in

src/types/history.d.ts#40


transaction

transaction(changes): void

Parameters

Name Type
changes () => void

Returns

void

Defined in

jodit/src/types/history.d.ts:41