interface DeepSearchOptions {
    apply?: string;
    contains?: boolean;
    count?: boolean;
    debounce?: number | boolean;
    query?: Exp<"links">;
    regexp?: boolean;
    remote?: boolean;
    skip?: boolean;
    sort?: boolean;
    subscription?: boolean;
    values?: boolean;
}

Properties

apply?: string
contains?: boolean
count?: boolean
debounce?: number | boolean
query?: Exp<"links">
regexp?: boolean
remote?: boolean
skip?: boolean
sort?: boolean
subscription?: boolean
values?: boolean
MMNEPVFCICPMFPCPTTAAATR