ParsedParameter
#include <ScramNodeModel.h>
Public Attributes
| Name | |
|---|---|
| std::string | name |
| std::string | description |
| Napi::Value | value |
| std::string | unit |
| std::string | base_path |
Public Attributes Documentation
variable name
cpp
std::string name;variable description
cpp
std::string description;variable value
cpp
Napi::Value value;variable unit
cpp
std::string unit;variable base_path
cpp
std::string base_path;Updated on 2026-01-09 at 21:59:12 +0000
