vue-lynx / ComponentInternalInstance
#Interface: ComponentInternalInstance
We expose a subset of properties on the internal instance as they are useful for advanced external libraries and tools.
#Extends
GenericComponentInstance
#Properties
| Property | Type | Description | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|
render? | null | Function | render function will have different types between vdom and vapor | - | GenericComponentInstance.render | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1481 |
props | Data | - | - | GenericComponentInstance.props | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1482 |
attrs | Data | - | - | GenericComponentInstance.attrs | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1483 |
refs | Data | - | - | GenericComponentInstance.refs | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1484 |
exposed | null | Record<string, any> | - | - | GenericComponentInstance.exposed | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1486 |
isMounted | boolean | - | - | GenericComponentInstance.isMounted | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1488 |
isUnmounted | boolean | - | - | GenericComponentInstance.isUnmounted | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1489 |
isDeactivated | boolean | - | - | GenericComponentInstance.isDeactivated | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1490 |
vapor? | undefined | - | GenericComponentInstance.vapor | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1503 |
uid | number | - | GenericComponentInstance.uid | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1504 |
type | ConcreteComponent<object, any, any, ComputedOptions, MethodOptions, object, any> | - | GenericComponentInstance.type | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1505 |
parent | null | GenericComponentInstance | - | GenericComponentInstance.parent | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1506 |
root | GenericComponentInstance | - | GenericComponentInstance.root | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1507 |
appContext | AppContext | - | GenericComponentInstance.appContext | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1508 |
vnode | VNode<RendererNode, RendererElement, object> | Vnode representing this component in its parent's vdom tree | GenericComponentInstance.vnode | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1512 |
subTree | VNode<RendererNode, RendererElement, object> | Root vnode of this component's own vdom tree | GenericComponentInstance.subTree | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1516 |
effect | ReactiveEffect<any> | Render effect instance | - | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1520 |
update | () => void | Force update render effect | - | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1524 |
job | SchedulerJob | Render effect job to be passed to scheduler (checks if dirty) | - | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1528 |
proxy | null | ComponentPublicInstance<object, object, object, object, object, object, object, object, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, object, object, string, object, object, object, string, ComponentProvideOptions>, object, object, "", object, any> | Public instance proxy, vdom only | GenericComponentInstance.proxy | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1529 |
data | Data | - | - | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1530 |
emit | (event: string, ...args: any[]) => void | - | GenericComponentInstance.emit | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1531 |
slots | InternalSlots | - | - | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1532 |
exposeProxy | null | Record<string, any> | - | GenericComponentInstance.exposeProxy | - | node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1533 |