Home / Type/ FunctionalComponentOptions Type — vue Architecture

FunctionalComponentOptions Type — vue Architecture

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

Entity Profile

Source Code

types/options.d.ts lines 247–264

export interface FunctionalComponentOptions<
  Props = DefaultProps,
  PropDefs = PropsDefinition<Props>
> {
  name?: string
  props?: PropDefs
  model?: {
    prop?: string
    event?: string
  }
  inject?: InjectOptions
  functional: boolean
  render?(
    this: undefined,
    createElement: CreateElement,
    context: RenderContext<Props>
  ): VNode | VNode[]
}

Analyze Your Own Codebase

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

Try Supermodel Free