@maxgraph/core
    Preparing search index...

    Type Alias UndoableChange

    type UndoableChange = {
        execute: () => void;
        redo?: () => void;
        undo?: () => void;
    }

    Implemented by

    Index

    Properties

    Properties

    execute: () => void
    redo?: () => void
    undo?: () => void