Pricefx Interceptor API
    Preparing search index...

    Variable dashboardsSetDashboardConst

    dashboardsSetDashboard: "dashboardsSetDashboard" = 'dashboardsSetDashboard'

    Method name for PRE dashboardsSetDashboardPre and POST dashboardsSetDashboard

    This method can be used to modify the selected dashboard, and it is triggered each time a new dashboard is opened.

    Additional Properties:

    • dashboardName: Returns the name of the currently opened dashboard.
    • params: Used to set parameters for dashboard.
    • paramFMItem: Used to set parameters for formulamanager items.
    export const dashboardsSetDashboard = async ({ api, dashboardName, params, paramFMItem }) => {
    // TODO: Add your code
    return;
    }