Gordian Envelope TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Class Attachments

    A container for vendor-specific metadata attachments.

    Attachments provides a flexible mechanism for attaching arbitrary metadata to envelopes without modifying their core structure.

    Index

    Constructors

    Methods

    • Adds a new attachment with the specified payload and metadata.

      Parameters

      • payload: EnvelopeEncodableValue

        The data to attach

      • vendor: string

        A string identifying the entity that defined the attachment format

      • OptionalconformsTo: string

        Optional URI identifying the structure the payload conforms to

      Returns void