• Function to Set recursely a Attribute of an Object

    Author

    M.Karkowski

    Export

    Parameters

    • _data: any

      The Object, where the data should be stored

    • _path: string

      The Path of the Attribute. All are seprated by a the splitchar. (Defaults to'.' => For Instance 'a/b/0/a/c')

    • _value: any

      The Value which should be Stored in the Attribute.

    • Optional _SPLITCHAR: string = SPLITCHAR

      The Splitchar to use. Defaults to "/"

    Returns void

Generated using TypeDoc