Synchronously returns a reference to the specified frame. The frame does not have to exist.
Example
const frm = fin.Frame.wrapSync({ uuid: 'testFrame', name: 'testFrame' });
const info = await frm.getInfo();
console.log(info);
Synchronously returns a reference to the specified frame. The frame does not have to exist.
const frm = fin.Frame.wrapSync({ uuid: 'testFrame', name: 'testFrame' });
const info = await frm.getInfo();
console.log(info);