• Edits the module imports configuration by presenting an action form to the user. The user can change the full override, select a module to edit, go back, or close the form.

    Parameters

    Returns Promise<-2 | 0 | 1>

    A promise that resolves to:

    • 0 if the form is closed,
    • 1 if the form is canceled or the user goes back,
    • -2 if an error occurs.