Ignition SDK UA device editor for local device / port object

I am developing an advanced BACnet ua device driver that supports BACnet/IP as well as BACnet/SC. This requires a configuration of a local device in the case of BAcnet/IP (like in the existing BACnet driver) and a configuration of the Hub/certificates in the case of BACnet/SC. I could not find any hook in the SDK documentation on how to implement this editor (global to all device connections) and were the configuration parameters would be stored. I only found the target device configurations in the SDK examples. Please advise

Are you developing for Ignition 8.1 or 8.3?

How you approach this will be very different depending on the answer.

For 8.3, this example may be the closest thing: ignition-sdk-examples/webui-webpage at ignition-8.3 · inductiveautomation/ignition-sdk-examples · GitHub

The BACnet local device editor is a fully custom react page, calling routes established by the module on the backend to save config to the resource system.