Skip to main content

NodeId

Type Alias NodeId 

Source
pub type NodeId = String;
Expand description

Identifier for a node in the Graph. Matches the key used in the style JSON’s nodes object (e.g. "water_paint").

Aliased Type§

pub struct NodeId { /* private fields */ }