utility:set attribute
Version: 0.0.0
Description
Uses the FieldsContainer APIs to modify it.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | |
| Pin 1 Required | property_name | string | Supported property names are: "labels". |
| Pin 2 | property_identifier | vector<string>, label_space | Value of the property to be set : vector of string or LabelSpace for "labels". |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | Returns the modified FieldsContainer. |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: utility
Plugin: core
Scripting name: set_attribute
Full name: utility.set_attribute
Internal name: fieldscontainer::set_attribute
License: None
Changelog
- Version 0.0.0: Initial release.