@openfloor/protocol - v0.0.4
    Preparing search index...

    Interface EnvelopeOptions

    Configuration options for envelope creation

    interface EnvelopeOptions {
        conversation: ConversationOptions;
        events: BaseEventOptions[];
        schema: SchemaOptions;
        sender: SenderOptions;
    }
    Index

    Properties

    conversation: ConversationOptions

    Conversation information

    Array of events

    Schema information

    Sender information