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

    Variable ShowUndoConst

    ShowUndo: Definition<
        {
            message?: | string
            | [string, { count?: number; defaultValue?: string; ns: string }];
        },
        void,
        Capability.Service,
    > = ...

    Show an undo toast notification. Fired by HistoryTracker when an undoable operation is tracked.