Skip to content

wevu / index / InternalRuntimeStateFields

接口: InternalRuntimeStateFields

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

属性

__wevu?

optional __wevu: RuntimeInstance<any, any, any>

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


__wevuExposed?

optional __wevuExposed: Record<string, any>

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


__wevuHooks?

optional __wevuHooks: Record<string, any>

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


__wevuTemplateRefMap?

optional __wevuTemplateRefMap: Map<string, Ref<any>>

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


__wevuTemplateRefs?

optional __wevuTemplateRefs: unknown[]

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


__wevuTemplateRefsPending?

optional __wevuTemplateRefsPending: boolean

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


__wevuWatchStops?

optional __wevuWatchStops: WatchStopHandle[]

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


$wevu?

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

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

Released under the MIT License.