Tutorial: View.wrapSync

View.wrapSync

Synchronously returns a View object that represents an existing application.

Example

const view = fin.View.wrapSync({ uuid: 'testView', name: 'testViewName' });
await view.hide();