func()

in step_definition.go [64:73]


func (sd *StepDefinition[T]) DotSpec() *graph.DotNodeSpec {
	return &graph.DotNodeSpec{
		Name:        sd.GetName(),
		DisplayName: sd.GetName(),
		Shape:       "box",
		Style:       "filled",
		FillColor:   "gray",
		Tooltip:     "",
	}
}