reticulum-js
    Preparing search index...

    Function registerInterface

    • Registers an interface class under a stable id. Existing registrations with the same id are overwritten. Lets custom interfaces participate in schema discovery alongside the built-ins.

      Parameters

      • id: string
      • interfaceClass: InterfaceConstructor

      Returns void