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));
Asynchronously returns a reference to the specified frame. The frame does not have to exist.
fin.Frame.wrap({ uuid: 'testFrame', name: 'testFrame' })
.then(frm => console.log('wrapped frame'))
.catch(err => console.log(err));