Skip to content 

IEnvelope Interface

Packages > @fluidframework/runtime-definitions > IEnvelope

An envelope wraps the contents with the intended target

Signature:

export interface IEnvelope 

Properties

List of properties of this interface
Property Type Description
address string The target for the envelope
contents any The contents of the envelope

Events

address

The target for the envelope

Signature:

address: string;

contents

The contents of the envelope

Signature:

contents: any;