NS Tools/Framework - v0.0.1
    Preparing search index...
    • 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: Omit<record.Record, "save">) => T

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

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