getNodeAttribute<R> method
Get attribute of given generic type R for a node series
Implementation
R? getNodeAttribute<R>(AttributeKey<R> key) {
return nodeAttributes.getAttr<R>(key);
}
Get attribute of given generic type R for a node series
R? getNodeAttribute<R>(AttributeKey<R> key) {
return nodeAttributes.getAttr<R>(key);
}