Type alias UndoableSnapshot

UndoableSnapshot: PrimitiveUndoableSnapshot | Promise<PrimitiveUndoableSnapshot> | undefined

The type of the visual snpashot that an undoable command can produce

Generated using TypeDoc