跳到主要内容
版本:Next

create

Callable

  • create<T>(appDir: string | MockAppConfigurationOptions, options?: MockAppConfigurationOptions, customFramework?: new (...args: any[]) => T | ComponentModule): Promise<T>

  • Type parameters

    • T: IMidwayFramework<any, any, any, any, any, T>