@ue-too/board-pixi-react-integration / index / appIsReady
函式: appIsReady()
appIsReady<
C>(result): {ready:false; } | {app:Application;components:C;ready:true; }
定義於: board-pixi-react-integration/src/utils/pixi/init-app.ts:6
型別參數
C
C extends BaseAppComponents = BaseAppComponents
參數
result
回傳
{ ready: false; } | { app: Application; components: C; ready: true; }