QueryArguments: {
    [key: string]: any;
}

Represents a dictionary of values to be incorporated into a query keyed by the placeholder used within that query. See method find() of Collection for more info.

This value must not contain any non-finite numbers (NaN, Infinity, -Infinity).

Type declaration

  • [key: string]: any