Home / Function/ initSlotsProxy() — vue Function Reference

initSlotsProxy() — vue Function Reference

Architecture documentation for the initSlotsProxy() function in apiSetup.ts from the vue codebase.

Function typescript VueCore VDom calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  153fad39_1498_4a6e_b36d_51d41b728e1d["initSlotsProxy()"]
  3a7c7919_1905_22a7_f604_9084d5e5d0df["apiSetup.ts"]
  153fad39_1498_4a6e_b36d_51d41b728e1d -->|defined in| 3a7c7919_1905_22a7_f604_9084d5e5d0df
  77439d3b_3112_cab2_abe3_0aaab4a3b61f["createSetupContext()"]
  77439d3b_3112_cab2_abe3_0aaab4a3b61f -->|calls| 153fad39_1498_4a6e_b36d_51d41b728e1d
  93b5d337_7fec_fd28_0dfd_4b32b4ae56a7["syncSetupSlots()"]
  153fad39_1498_4a6e_b36d_51d41b728e1d -->|calls| 93b5d337_7fec_fd28_0dfd_4b32b4ae56a7
  style 153fad39_1498_4a6e_b36d_51d41b728e1d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/v3/apiSetup.ts lines 165–170

function initSlotsProxy(vm: Component) {
  if (!vm._slotsProxy) {
    syncSetupSlots((vm._slotsProxy = {}), vm.$scopedSlots)
  }
  return vm._slotsProxy
}

Domain

Subdomains

Defined In

Frequently Asked Questions

What does initSlotsProxy() do?
initSlotsProxy() is a function in the vue codebase, defined in src/v3/apiSetup.ts.
Where is initSlotsProxy() defined?
initSlotsProxy() is defined in src/v3/apiSetup.ts at line 165.
What does initSlotsProxy() call?
initSlotsProxy() calls 1 function(s): syncSetupSlots.
What calls initSlotsProxy()?
initSlotsProxy() is called by 1 function(s): createSetupContext.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free