Skip to content

Interface: ReactiveModelChangeEmitterEventMap<T>

The map of events for the reactive model change emitter.

Type Parameters

Type Parameter
T extends PlainObject

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
ParameterType
localesstring | string[]
options?NumberFormatOptions & DateTimeFormatOptions
Returns

string


toString()

ts
toString(): string;

Returns a string representation of an array.

Returns

string