wevu / index / ObjectDirective
接口: ObjectDirective<HostElement, Value, Modifiers, Arg>
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:410
类型参数
HostElement
HostElement = any
Value
Value = any
Modifiers
Modifiers extends string = string
Arg
Arg = any
属性
beforeMount?
optionalbeforeMount:DirectiveHook<HostElement,null,Value,Modifiers,Arg>
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:412
beforeUnmount?
optionalbeforeUnmount:DirectiveHook<HostElement,null,Value,Modifiers,Arg>
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:416
beforeUpdate?
optionalbeforeUpdate:DirectiveHook<HostElement,VNode<any,HostElement, {[key:string]:any; }>,Value,Modifiers,Arg>
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:414
created?
optionalcreated:DirectiveHook<HostElement,null,Value,Modifiers,Arg>
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:411
deep?
optionaldeep:boolean
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:419
getSSRProps?
optionalgetSSRProps:SSRDirectiveHook<Value,Modifiers,Arg>
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:418
mounted?
optionalmounted:DirectiveHook<HostElement,null,Value,Modifiers,Arg>
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:413
unmounted?
optionalunmounted:DirectiveHook<HostElement,null,Value,Modifiers,Arg>
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:417
updated?
optionalupdated:DirectiveHook<HostElement,VNode<any,HostElement, {[key:string]:any; }>,Value,Modifiers,Arg>
定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:415