@nextcloud/dialogs
    Preparing search index...

    Interface VNodeData

    interface VNodeData {
        attrs?: { [key: string]: any };
        class?: any;
        directives?: VNodeDirective[];
        domProps?: { [key: string]: any };
        hook?: { [key: string]: Function };
        inlineTemplate?: { render: Function; staticRenderFns: Function[] };
        keepAlive?: boolean;
        key?: string | number;
        nativeOn?: { [key: string]: Function | Function[] };
        on?: { [key: string]: Function | Function[] };
        props?: { [key: string]: any };
        ref?: VNodeRef;
        refInFor?: boolean;
        scopedSlots?: { [key: string]: ScopedSlot | undefined };
        show?: boolean;
        slot?: string;
        staticClass?: string;
        staticStyle?: { [key: string]: any };
        style?: StyleValue;
        tag?: string;
        transition?: object;
    }
    Index

    Properties

    attrs?: { [key: string]: any }
    class?: any
    directives?: VNodeDirective[]
    domProps?: { [key: string]: any }
    hook?: { [key: string]: Function }
    inlineTemplate?: { render: Function; staticRenderFns: Function[] }
    keepAlive?: boolean
    key?: string | number
    nativeOn?: { [key: string]: Function | Function[] }
    on?: { [key: string]: Function | Function[] }
    props?: { [key: string]: any }
    ref?: VNodeRef
    refInFor?: boolean
    scopedSlots?: { [key: string]: ScopedSlot | undefined }
    show?: boolean
    slot?: string
    staticClass?: string
    staticStyle?: { [key: string]: any }
    style?: StyleValue
    tag?: string
    transition?: object