StructUpdate

Updates or sets a key/value pair in to a struct

Method Signature

StructUpdate(struct=[modifiableStruct], key=[string], value=[any])

Arguments

ArgumentTypeRequiredDescriptionDefault

struct

modifiableStruct

true

The target struct

key

string

true

The struct key

value

any

true

The value to assign for the specified key

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC