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

    Type Alias IntentUndo

    IntentUndo: () => Effect.Effect<any, Error>

    Creates an effect which undoes the last intent.

    Type declaration

      • (): Effect.Effect<any, Error>
      • Returns Effect.Effect<any, Error>