Options
All
  • Public
  • Public/Protected
  • All
Menu

Module serialization/Portable

Index

Type Aliases

PortableFactory: ((classId: number) => Portable)

Type declaration

    • Factory function for Portable. Should return an instance of the right Portable object, given the matching classId.

      Parameters

      • classId: number

        class id

      Returns Portable

      object for further initialization

Generated using TypeDoc