• Decorator for sublist subrecord fields with the subrecord shape represented by T (which defines the properties you want on the subrecord)

    Type Parameters

    Parameters

    • ctor: (new (rec: Record) => T)

      Constructor for the subrecord class you want (e.g. AddressBase, InventoryDetail).

        • new (rec: Record): T
        • Parameters

          • rec: Record

          Returns T

    Returns ((target: any, propertyKey: string) => any)

      • (target: any, propertyKey: string): any
      • Parameters

        • target: any
        • propertyKey: string

        Returns any

Generated using TypeDoc