Tutorial: View.focus

View.focus

Focuses on the contents of a View.

Example

const view = fin.View.wrapSync({ uuid: 'viewUuid', name: 'viewName' });
await view.focus();
// do things with the focused view