Skip to content

MeshFlow Core API


MeshFlow Core API / HistoryActionItem

Type Alias: HistoryActionItem

HistoryActionItem = object

Defined in: types/types.ts:90

Properties

redoAction

redoAction: () => void

Defined in: types/types.ts:92

Returns

void


undoAction

undoAction: () => void

Defined in: types/types.ts:91

Returns

void