Home / Function/ initSlotsProxy() — vue Function Reference

initSlotsProxy() — vue Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  36bceb11_f431_e247_eb62_b50489d7fd06["initSlotsProxy()"]
  1cce23c5_c59e_9843_86a6_04dfc6049dcd["createSetupContext()"]
  1cce23c5_c59e_9843_86a6_04dfc6049dcd -->|calls| 36bceb11_f431_e247_eb62_b50489d7fd06
  4f7e94d1_6f07_b9cc_f5ca_82c30acb57e4["syncSetupSlots()"]
  36bceb11_f431_e247_eb62_b50489d7fd06 -->|calls| 4f7e94d1_6f07_b9cc_f5ca_82c30acb57e4
  style 36bceb11_f431_e247_eb62_b50489d7fd06 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

Frequently Asked Questions

What does initSlotsProxy() do?
initSlotsProxy() is a function in the vue codebase.
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