EffectCallReq: {
    by: string;
    cause?: Base;
    effect: string;
    payload: any;
}

Type declaration

  • by: string

    cuz by, a method name on cause.

  • Optional cause?: Base

    the subject of effect

  • effect: string

    effect name

  • payload: any

    arguments of by

Generated using TypeDoc