@dxos/app-framework - v0.9.0
    Preparing search index...

    Type Alias UndoableEvent

    Emitted when a new undoable action is recorded; consumed by the UI to surface an undo affordance (e.g. the deck notification tracker's undo toast).

    type UndoableEvent = {
        message?: Label;
    }
    Index

    Properties

    Properties

    message?: Label

    Message describing the undoable action.