Home / Type/ RenderContext Type — vue Architecture

RenderContext Type — vue Architecture

Architecture documentation for the RenderContext type/interface in options.d.ts from the vue codebase.

Entity Profile

Source Code

types/options.d.ts lines 266–275

export interface RenderContext<Props = DefaultProps> {
  props: Props
  children: VNode[]
  slots(): any
  data: VNodeData
  parent: Vue
  listeners: { [key: string]: Function | Function[] }
  scopedSlots: { [key: string]: NormalizedScopedSlot }
  injections: any
}

Analyze Your Own Codebase

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

Try Supermodel Free