Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.64 KB

File metadata and controls

53 lines (41 loc) · 1.64 KB

Function: StructGet

Retrieves the value from a struct using a path based expression

Method Signature

StructGet(path=[string])

Arguments

Argument Type Required Description Default
path string true The string path to the object requested in the struct

Examples

Related