ng-xtend API documentation
    Preparing search index...

    Class DataTransformationInfo

    Keep track of information about how to extract value of data

    Index

    Constructors

    Properties

    array: boolean = false

    Whether the element is an array

    direct: boolean = false

    Whether the element is already a usable value (not an object)

    parsed: boolean = false

    Whether the element has been parsed

    subValue: string | null = null

    The field that will give the usable value

    subValues: string[] | null = null

    The list of fields to traverse to extract the usable value