NetSuite FastTrack Toolkit (NFT) - v8.0.0
    Preparing search index...
    radio: <T extends NetsuiteCurrentRecord>(target: T, propertyKey: string) => any = defaultDescriptor

    Type Declaration

      • <T extends NetsuiteCurrentRecord>(target: T, propertyKey: string): any
      • Generic decorator factory with basic default algorithm that exposes the field value directly with no other processing. If the property name ends with "Text" then the property will use getText()/setText()

        Type Parameters

        Parameters

        • target: T
        • propertyKey: string

        Returns any

        a decorator that returns a property descriptor to be used with Object.defineProperty