Public typealias

Signature
type TLHistoryMark = {
  type: 'STOP'
  id: string
  onUndo: boolean
  onRedo: boolean
}
Source

packages/editor/src/lib/editor/types/history-types.ts

TLHistoryEntryTLHoveredShapeIndicatorProps