Home Reference Source Repository

References

Function Summary

Static Public Function Summary
public

get(obj: Object, path: string | string[]): Object

The shorthand to getPropertyByPath

public

Get specific property by path.

public

Get specific object property by path list.

public

getPropertyByPathString(obj: Object, path: stirng): Object

Get specific property by path string.

public

remove(obj: Object, path: string | string[]): boolean

The shorthand to removePropertyByPath

public

Delete specific property by path.

public

Remove specific object property by path list.

public

Remove specific object property by path string.

public

set(obj: Object, path: string | string[], value: Object): boolean

The shorthand to setPropertyByPath

public

setPropertyByPath(obj: Object, path: string | string[], value: Object): boolean

Set specific property by path.

public

Set specific object property by path list.

public

setPropertyByPathString(obj: Object, path: stirng, value: Object): boolean

Set specific property by path string.