Home
last modified time | relevance | path

Searched refs:_slotContext (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/runtime/main/model/
Dindex.ts816 public get _slotContext() { method in Vm
820 public set _slotContext(newMSoltContext: { content: Record<string, any>, parentVm: Vm }) { method in Vm
Dcompiler.ts396 if (!vm._slotContext) {
404 const namedContents = vm._slotContext.content;
405 const parentVm = vm._slotContext.parentVm;