Tutorial: View.getProcessInfo

View.getProcessInfo

Returns an array with all frames related to the view. This includes the process info for the view and any iframes associated with it.

Example

    const view = await fin.View.getCurrent();
    const processInfo = await view.getProcessInfo();