Skip to content

createDefaultMappers

function

Back to Helios Web API

Kind
function
Source
src/pipeline/Mapper.js:1161

Description

Create the default node and edge mapper collections for a network.

Signature

export function createDefaultMappers(network) {

Parameters

NameTypeAttributesDefaultDescription
networkHeliosNetworkSource graph.

Returns

Default node and edge mappers used when Helios is constructed without custom mappers.

Type {nodeMapper:Mapper,edgeMapper:Mapper}