@nextcloud/dialogs
    Preparing search index...

    Interface WatchOptionsWithHandler<T>

    interface WatchOptionsWithHandler<T> {
        deep?: boolean;
        handler: WatchHandler<T>;
        immediate?: boolean;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    deep?: boolean
    handler: WatchHandler<T>
    immediate?: boolean