Represents the type guard object for a graph type. For example, BaseGraph.TypeGuard is a Graph.TypeGuard.
Type guard for the data object of the graph.
The data object to be checked.
Whether the data object is compatible with the graph type.
Type guard for the scratch data object of the graph.
The scratch data object to be checked.
Whether the scratch data object is compatible with the graph type.
Represents the type guard object for a graph type. For example, BaseGraph.TypeGuard is a Graph.TypeGuard.