Enums And Constants
Back to Helios Network JS/WASM API
Constants mirrored from the WASM/native core for attributes, traversal, measurements, and execution modes.
symbol
AttributeType
Enumeration of attribute types supported by the WASM network core. Values align with the constants defined in the native implementation.
symbol
CategorySortOrder
Ordering strategies used when converting string attributes to categories. Frequency ordering is useful for visualization legends; natural ordering keeps labels such as "item2" before "item10".
symbol
ClusteringCoefficientVariant
Local clustering coefficient formula selector.
symbol
ConnectedComponentsMode
Connected-component mode selector for weak or strongly connected components.
symbol
DimensionDifferenceMethod
Finite-difference estimators for local and global graph dimension measures.
symbol
MeasurementExecutionMode
Execution policy for native graph measurements that can run in serial or parallel.
symbol
NeighborDirection
Direction policy for neighbor traversal and degree-like measurements.
symbol
StrengthMeasure
Aggregation policy for edge-weight based node strength.