@nextcloud/dialogs
    Preparing search index...

    Interface DirectiveOptions

    use ObjectDirective instead

    interface DirectiveOptions {
        bind?: DirectiveFunction;
        componentUpdated?: DirectiveFunction;
        inserted?: DirectiveFunction;
        unbind?: DirectiveFunction;
        update?: DirectiveFunction;
    }
    Index

    Properties

    componentUpdated?: DirectiveFunction