Options
All
  • Public
  • Public/Protected
  • All
Menu

Module serialization/Portable

Index

Type aliases

PortableFactory

PortableFactory: (classId: number) => Portable

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

param

class id

returns

object for further initialization

Type declaration

    • (classId: number): Portable
    • Parameters

      • classId: number

      Returns Portable

Generated using TypeDoc