Skip to content

wevu / index / InternalRuntimeStateFields

接口: InternalRuntimeStateFields

定义于: packages/wevu/src/runtime/types.ts:447

属性

__wevu?

optional __wevu: RuntimeInstance<any, any, any>

定义于: packages/wevu/src/runtime/types.ts:448


__wevuExposed?

optional __wevuExposed: Record<string, any>

定义于: packages/wevu/src/runtime/types.ts:452


__wevuHooks?

optional __wevuHooks: Record<string, any>

定义于: packages/wevu/src/runtime/types.ts:451


__wevuWatchStops?

optional __wevuWatchStops: WatchStopHandle[]

定义于: packages/wevu/src/runtime/types.ts:449


$wevu?

optional $wevu: RuntimeInstance<any, any, any>

定义于: packages/wevu/src/runtime/types.ts:450

Released under the MIT License.