• Generic property descriptor with basic default algorithm that exposes the field value directly with no other processing. If the target field name ends with 'Text' it uses NetSuite getText()/setText() otherwise (default) uses getValue()/setValue() Apply this decorator (or its aliases) to properties on SublistLine subtypes

    Returns

    an object property descriptor to be used with Object.defineProperty

    Type Parameters

    Parameters

    • target: T
    • propertyKey: string

    Returns any

Generated using TypeDoc