@nextcloud/dialogs
    Preparing search index...

    Interface RenderContext<Props>

    interface RenderContext<Props = DefaultProps> {
        children: VNode[];
        data: VNodeData;
        injections: any;
        listeners: { [key: string]: Function | Function[] };
        parent: Vue;
        props: Props;
        scopedSlots: { [key: string]: NormalizedScopedSlot };
        slots(): any;
    }

    Type Parameters

    Index

    Properties

    children: VNode[]
    data: VNodeData
    injections: any
    listeners: { [key: string]: Function | Function[] }
    parent: Vue
    props: Props
    scopedSlots: { [key: string]: NormalizedScopedSlot }

    Methods

    • Returns any