Asynchronously returns a View object that represents an existing view.
Example
fin.View.wrap({ uuid: 'testViewUuid', name: 'testViewName' }))
.then(view => console.log('wrapped view', view))
.catch(err => console.log(err));
Asynchronously returns a View object that represents an existing view.
fin.View.wrap({ uuid: 'testViewUuid', name: 'testViewName' }))
.then(view => console.log('wrapped view', view))
.catch(err => console.log(err));