@nextcloud/dialogs
    Preparing search index...

    Type Alias DirectiveHook<T, Prev, V>

    DirectiveHook: (
        el: T,
        binding: DirectiveBinding<V>,
        vnode: VNode,
        prevVNode: Prev,
    ) => void

    Type Parameters

    • T = any
    • Prev = VNode | null
    • V = any

    Type Declaration