Type Alias SceneElementsMap

SceneElementsMap: Map<DucElement["id"], DucElement> & MakeBrand<
    "SceneElementsMap",
>

Map of all duc Scene elements, including deleted. Not a subset. Use this type when you need access to current Scene elements.