Skip to content

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?

optional beforeMount: DirectiveHook<HostElement, null, Value, Modifiers, Arg>

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:412


beforeUnmount?

optional beforeUnmount: DirectiveHook<HostElement, null, Value, Modifiers, Arg>

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:416


beforeUpdate?

optional beforeUpdate: 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?

optional created: DirectiveHook<HostElement, null, Value, Modifiers, Arg>

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:411


deep?

optional deep: boolean

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:419


getSSRProps?

optional getSSRProps: SSRDirectiveHook<Value, Modifiers, Arg>

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:418


mounted?

optional mounted: DirectiveHook<HostElement, null, Value, Modifiers, Arg>

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:413


unmounted?

optional unmounted: DirectiveHook<HostElement, null, Value, Modifiers, Arg>

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:417


updated?

optional updated: 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

Released under the MIT License.