LayoutAlgorithm🔗Definition🔗export enum LayoutAlgorithm { Layered = "layered", Force = "force", Grid = "grid", }