Tutorial: View.wrap

View.wrap

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));