AttachmentEditor
  Contains information about a scenario or project attachment editor.
 
 
 Method summary
| name | description | 
|---|---|
| open | Open the attachment editor dialog for the attachment this editor belongs to | 
Methods
- open ( ) → {Promise}
 -  
   
Open the attachment editor dialog for the attachment this editor belongs to
detailsReturns:returns tableType Description typePromisepromise, which is resolved when editor is closed; Example
examples
Back to TopattachmentEditor.open() .then(function (status) { console.log(status); }); 
   method
  
 
  
