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

    Type Alias MessageProvider<Op>

    MessageProvider: Label | ((input: InputOf<Op>, output: OutputOf<Op>) => Label)

    Message provider for undo toast. Can be a static Label or a function that derives the message from input/output.

    Type Parameters

    • Op extends Operation.Definition<any, any>