Skip to content

ParsedParameter

#include <ScramNodeModel.h>

Public Attributes

Name
std::stringname
std::stringdescription
Napi::Valuevalue
std::stringunit
std::stringbase_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