IEnvelope Interface
Packages > @fluidframework/runtime-definitions > IEnvelope
An envelope wraps the contents with the intended target
Signature:
export interface IEnvelope
Properties
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;