Hierarchy
				
					- 
						FileAttachmentBase
					
 
					- 
						MetadataProps
						
					
 
				
			
			
			
			
				Properties
				
					
					Optional [CACHED_METADATA]
					
					
				
				
				
			
			
				Methods
				
					
					arrayBuffer
					
					
						- 
							
							
Parameters
							
							Returns Promise<ArrayBuffer>
						 
					
				
				
					
					blob
					
					
						- 
							
							
Parameters
							
							Returns Promise<Blob>
						 
					
				
				
					
					csv
					
					
						- 
							
							
Parameters
							
							Returns Promise<any>
						 
					
				
				
				
					
					text
					
					
						- 
							
							
Parameters
							
							Returns Promise<string>
						 
					
				
				
					
					tsv
					
					
						- 
							
							
Parameters
							
							Returns Promise<any>
						 
					
				
				
			
		 
		
	 
 
 
The interface for the FileAttachment analogs we supply. These differ in that IAFile.url returns a
Promise<string>rather than astring.