@nextcloud/dialogs
    Preparing search index...

    Interface PluginObject<T>

    interface PluginObject<T> {
        install: PluginFunction<T>;
        [key: string]: any;
    }

    Type Parameters

    • T

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    install: PluginFunction<T>