Helpful
    Preparing search index...

    Interface IZDataSourceStaticOptions<T>

    Options for an ZDataSourceStatic object.

    interface IZDataSourceStaticOptions<T> {
        delay: number;
        filter: IZDataMatch<T, IZFilter>;
        search: IZDataMatch<T, string>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    delay: number

    The total number of milliseconds to debounce each request before resolving the results.

    How the filter field in the request is handled.

    search: IZDataMatch<T, string>

    How the search field in the request is handled.