finesse.script.adapter.ItemSetter.update_parameter¶
- ItemSetter.update_parameter(item, argument, value)[source]¶
- Update the built item’s name parameter to value. - This is used to update a parameter after the item has been created and added to the model, such as when resolving self-references. - Parameters
- itemobject
- The item. 
- argumentBoundArgument
- The item argument corresponding to the value to update. 
- valueobject
- The new value.