Skip to main content

Sigma.js Settings

The list of settings and some handy functions.

Interfaces

Variables

DEFAULT_EDGE_PROGRAM_CLASSES

Const DEFAULT_EDGE_PROGRAM_CLASSES: Record<string, EdgeProgramType>

Defined in

sigma/src/settings.ts:139


DEFAULT_NODE_PROGRAM_CLASSES

Const DEFAULT_NODE_PROGRAM_CLASSES: Record<string, NodeProgramType>

Defined in

sigma/src/settings.ts:135


DEFAULT_SETTINGS

Const DEFAULT_SETTINGS: Settings<Attributes, Attributes, Attributes>

Defined in

sigma/src/settings.ts:84

Functions

resolveSettings

resolveSettings<N, E, G>(settings): Settings<N, E, G>

Type parameters

NameType
Nextends Attributes = Attributes
Eextends Attributes = Attributes
Gextends Attributes = Attributes

Parameters

NameType
settingsPartial<Settings<N, E, G>>

Returns

Settings<N, E, G>

Defined in

sigma/src/settings.ts:161


validateSettings

validateSettings<N, E, G>(settings): void

Type parameters

NameType
Nextends Attributes = Attributes
Eextends Attributes = Attributes
Gextends Attributes = Attributes

Parameters

NameType
settingsSettings<N, E, G>

Returns

void

Defined in

sigma/src/settings.ts:144