Interface: ReactiveQueryResponseEventMap<T>
Event map for ReactiveQueryResponse events.
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
T | any | The type of the query result value. |
Methods
toLocaleString()
Call Signature
ts
toLocaleString(): string;Returns a date converted to a string using the current locale.
Returns
string
Call Signature
ts
toLocaleString(locales: string | string[], options?: NumberFormatOptions & DateTimeFormatOptions): string;Parameters
| Parameter | Type |
|---|---|
locales | string | string[] |
options? | NumberFormatOptions & DateTimeFormatOptions |
Returns
string
toString()
ts
toString(): string;Returns a string representation of an array.
Returns
string