ISerializedValue Interface
Packages > @fluidframework/map > ISerializedValue
Signature:
export interface ISerializedValue
Properties
Property | Type | Description |
---|---|---|
type | string | A type annotation to help indicate how the value serializes. |
value | string | String representation of the value. |
Events
type
A type annotation to help indicate how the value serializes.
Signature:
type: string;
value
String representation of the value.
Signature:
value: string;