The set of types offered in the graph item library for constant nodes.
Override Graph.BuildAvailableConstantTypes to customize this set. Overriding that method also affects Graph.SupportedTypes, which includes this set. This controls what the UI offers, not what can be created. Constant nodes of any type can still be created programmatically via Graph.CreateConstantNode regardless of this set.