Logos DX
    Preparing search index...

    Type Alias InvokeConfig<Context>

    type InvokeConfig<Context> = {
        onDone: TransitionTarget<Context>;
        onError: TransitionTarget<Context>;
        src: (context: Context) => Promise<any>;
    }

    Type Parameters

    • Context
    Index

    Properties

    Properties

    src: (context: Context) => Promise<any>