UNPKG

@neo4j-nvl/layout-workers

Version:

Layout workers for the Neo4j Visualization Library

28 lines (27 loc) 854 B
export const Ranker: "tight-tree"; export const SubGraphSpacing: 100; export const DirectionUp: "up"; export const DirectionDown: "down"; export const DirectionLeft: "left"; export const DirectionRight: "right"; export namespace Directions { let up: string; let down: string; let left: string; let right: string; } export const PackingBin: "bin"; export const PackingStack: "stack"; export const Packings: string[]; export const PhysTextureSize: 256; export const SpringTextureSize: 4096; export const MaxIndexBuffer: 65536; export const MinRelLength: 100; export const Gravity: 100; export const SimulationStopVelocity: 100; export const MappingEnd: 999999; export const ActiveAnimDuration: 1000; export const DefaultNodeSize: 25; export const DefaultRelWidth: 1; export const DisabledRelColor: "#ededed"; export const GlAdjust: number;