Skip to content 

ISerializedValue Interface

Packages > @fluidframework/map > ISerializedValue

Signature:

export interface ISerializedValue 

Properties

List of properties of this interface
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;