Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

LabelEventsSetting

LabelEventsSetting = LabelEventMode | Partial<Record<MouseInteraction, LabelEventMode>> & object

Defined in: packages/sigma/src/types.ts:72

Per-interaction label event configuration.

Either a single mode applied to every interaction, or a Record keyed by MouseInteraction with a default fallback. Interactions not listed and with no default resolve to false.