1
0
mirror of synced 2026-02-04 18:47:57 +08:00

docs: 添加runtime api

This commit is contained in:
roymondchen
2026-01-26 19:33:55 +08:00
parent c23d02558e
commit 575993fe34
16 changed files with 2499 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import type { DataSource, DataSourceManagerData, ObservedDataClass } from '@tmagic/data-source';
import type { DataSource, DataSourceManagerData } from '@tmagic/data-source';
import type { DataSourceSchema, EventConfig, Id, JsEngine, MApp, RequestFunction } from '@tmagic/schema';
import type Env from './Env';
@@ -24,7 +24,6 @@ export interface AppOptionsConfig {
iteratorContainerType?: string | string[];
transformStyle?: (style: Record<string, any>) => Record<string, any>;
request?: RequestFunction;
DataSourceObservedData?: ObservedDataClass;
dataSourceManagerInitialData?: DataSourceManagerData;
nodeStoreInitialData?: () => any;
errorHandler?: ErrorHandler;