owservable
    Preparing search index...

    Type Alias WatcherType

    type WatcherType = {
        init?: () => Promise<void>;
        waitForInit?: boolean;
        watch: () => void | Promise<void>;
    }
    Index

    Properties

    init?: () => Promise<void>
    waitForInit?: boolean
    watch: () => void | Promise<void>