Implements

Constructors

Properties

Methods

Constructors

  • Create a FileAttachmentInfo instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a FileAttachmentInfo instance with the specified options.

    Returns FileAttachmentInfo

    const attachmentInfo = await FileAttachmentInfo.create();
    

Properties

options: Options

Methods

  • Create a FileAttachmentInfo instance.

    Parameters

    • Optionaloptions: Options

      Create a FileAttachmentInfo instance with the specified options.

    Returns Promise<FileAttachmentInfo>

    Return a FileAttachmentInfo instance.