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

StyleDependency

StyleDependency = "static" | "item-state" | "graph-state"

Defined in: packages/sigma/src/core/styles.ts:247

Style dependency classification for optimization.

  • “static”: no rules depend on state at all
  • “item-state”: rules depend on item state (e.g. isHovered) but not graph state
  • “graph-state”: rules may depend on graph state (conservative for opaque functions)