Tutorial: View.getProcessInfo

View.getProcessInfo

Retrieves the process information associated with a view.

Example

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