Get all top-level models that were rendered (no type parameters)
Array of rendered models. In container mode, returns all non-container models. In non-container mode, returns top-level graph models.
Get top-level models with generic type casting or type guard filtering
When called with a type guard function, filters models by type using runtime type checking
Optional
typeGuard: (model: DotObjectModel) => model is TType guard function to filter models
Array of models matching the specified type
When called with only a generic type parameter, casts all models to the specified type (trusted user assertion)
Render a React element asynchronously
Unmount the root and cleanup resources
Graphviz root interface