MCPcopy
hub / github.com/vuejs/core / ComponentCustomElementInterface

Interface ComponentCustomElementInterface

packages/runtime-core/src/component.ts:1266–1304  ·  packages/runtime-core/src/component.ts::ComponentCustomElementInterface

Source from the content-addressed store, hash-verified

1264}
1265
1266export interface ComponentCustomElementInterface {
1267 /**
1268 * @internal
1269 */
1270 _isVueCE: boolean
1271 /**
1272 * @internal
1273 */
1274 _injectChildStyle(type: ConcreteComponent, parent?: ConcreteComponent): void
1275 /**
1276 * @internal
1277 */
1278 _removeChildStyle(type: ConcreteComponent): void
1279 /**
1280 * @internal
1281 */
1282 _setProp(
1283 key: string,
1284 val: any,
1285 shouldReflect?: boolean,
1286 shouldUpdate?: boolean,
1287 ): void
1288 /**
1289 * @internal
1290 */
1291 _beginPatch(): void
1292 /**
1293 * @internal
1294 */
1295 _endPatch(): void
1296 /**
1297 * @internal attached by the nested Teleport when shadowRoot is false.
1298 */
1299 _teleportTargets?: Set<RendererElement>
1300 /**
1301 * @internal check if shadow root is enabled
1302 */
1303 _hasShadowRoot(): boolean
1304}

Callers 6

componentUpdateFnFunction · 0.65
reloadFunction · 0.65
resolvePropValueFunction · 0.65
processElementFunction · 0.65
processElementFunction · 0.65
componentUpdateFnFunction · 0.65

Implementers 1

VueElementpackages/runtime-dom/src/apiCustomElem

Calls

no outgoing calls

Tested by

no test coverage detected