ISnapshot
types.ISnapshot
Implemented by
isBlocked
Readonly
isBlocked: boolean
Defined in
make
make(): SnapshotType
Returns
Defined in
restoreOnlySelection
restoreOnlySelection(snapshot
): void
Parameters
Name | Type |
---|---|
snapshot |
SnapshotType |
Returns
void
Defined in
restore
restore(snapshot
): void
Parameters
Name | Type |
---|---|
snapshot |
SnapshotType |
Returns
void
Defined in
transaction
transaction(changes
): void
Pack all changes in one transaction without creating history point
Parameters
Name | Type |
---|---|
changes |
() => void |
Returns
void
Defined in
jodit/src/types/history.d.ts:45