Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetupContext

Index

Properties

Methods

Properties

Readonly slots

slots: Record<string, undefined | NormalizedScopedSlot>

Methods

emit

  • emit(event: string, ...args: unknown[]): unknown
  • Parameters

    • event: string
    • Rest ...args: unknown[]

    Returns unknown

expose

  • expose(exposed: Record<string, unknown>): void
  • Parameters

    • exposed: Record<string, unknown>

    Returns void

off

  • off(event: string | string[], callback: Callable): unknown

on

  • on(event: string | string[], callback: Callable): unknown

once

  • once(event: string | string[], callback: Callable): unknown