@nextcloud/dialogs
    Preparing search index...

    Interface ComponentCustomOptions

    Interface for declaring custom options.

    declare module 'vue' {
    interface ComponentCustomOptions {
    beforeRouteUpdate?(
    to: Route,
    from: Route,
    next: () => void
    ): void
    }
    }

    Hierarchy (View Summary)