Options
All
  • Public
  • Public/Protected
  • All
Menu

The interface for the FileAttachment analogs we supply. These differ in that IAFile.url returns a Promise<string> rather than a string.

Hierarchy

  • FileAttachmentBase
  • MetadataProps
    • IAFile

Implemented by

Index

Properties

Optional [CACHED_METADATA]

[CACHED_METADATA]: Metadata

Optional [METADATA]

[METADATA]: Metadata

name

name: string

Methods

arrayBuffer

  • arrayBuffer(opts?: DataOptions): Promise<ArrayBuffer>

blob

csv

json

text

tsv

url

  • url(): Promise<string>

Generated using TypeDoc