Tutorial: Frame.wrap

Frame.wrap

Asynchronously returns a reference to the specified frame. The frame does not have to exist.

Example

fin.Frame.wrap({ uuid: 'testFrame', name: 'testFrame' })
.then(frm => console.log('wrapped frame'))
.catch(err => console.log(err));