Skip to content

Interface: NeighborhoodLensConfig

Defined in: src/graphVisual.ts:37

Properties

maxHops

ts
maxHops: number;

Defined in: src/graphVisual.ts:38


focusPolicy?

ts
optional focusPolicy?: FocusPolicy;

Defined in: src/graphVisual.ts:39


shellStyle?

ts
optional shellStyle?: (hop) => GraphStyle;

Defined in: src/graphVisual.ts:40

Parameters

hop

number

Returns

GraphStyle


contextStyle?

ts
optional contextStyle?: GraphStyle;

Defined in: src/graphVisual.ts:41

Released under the MIT License.