LayoutAlgorithm🔗Definition🔗class LayoutAlgorithm(enum.StrEnum): LAYERED = "layered" FORCE = "force" GRID = "grid"