Interface: PushOptions
Defined in: types.ts:201
Options accepted by push(command, options).
Properties
applied?
optionalapplied?:boolean
Defined in: types.ts:209
When true, Amnesia assumes the caller has already applied the action
and skips the initial redo() invocation. The entry still goes onto
the stack as if it had just been applied.
Defaults to false (Amnesia calls redo() on push).