pub type ApiNode = Node;Aliased Type§
pub struct ApiNode {
pub kind: String,
pub params: Option<Value>,
pub state: Option<NodeState>,
}Fields§
§kind: String§params: Option<Value>§state: Option<NodeState>Runtime state (only populated in API responses)