Function runAfterInteractions

Runs the specified functions after interactions have been allowed.

setRunAfterInteractions, which is used to determine how to actually do that.

  • Parameters

    • id: string
    • func: () => void | Promise<void>

    Returns () => void