@amirsavand/ngx-common - v5.1.0
    Preparing search index...

    Interface DebouncedInvokerInit

    interface DebouncedInvokerInit {
        delay?: number;
        method: () => void;
    }
    Index

    Properties

    Properties

    delay?: number
    method: () => void

    Type declaration

      • (): void
      • Method to be invoked with delay.

        Returns void