Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T = any

  • V = any

Hierarchy

  • ObjectDirective

Index

Properties

Optional beforeMount

beforeMount?: DirectiveHook<T, null, V>

Optional beforeUnmount

beforeUnmount?: DirectiveHook<T, null, V>

Optional beforeUpdate

beforeUpdate?: DirectiveHook<T, VNode<any, T, {}>, V>

Optional created

created?: DirectiveHook<T, null, V>

Optional deep

deep?: boolean

Optional getSSRProps

getSSRProps?: SSRDirectiveHook

Optional mounted

mounted?: DirectiveHook<T, null, V>

Optional unmounted

unmounted?: DirectiveHook<T, null, V>

Optional updated

updated?: DirectiveHook<T, VNode<any, T, {}>, V>

Generated using TypeDoc