Table of Contents

Class FlowEditorAnalysis

Namespace
Cress.Studio.Services
Assembly
Cress.Studio.Core.dll
public sealed record FlowEditorAnalysis : IEquatable<FlowEditorAnalysis>
Inheritance
FlowEditorAnalysis
Implements
Inherited Members

Properties

Diagnostics

public IReadOnlyList<FlowEditorDiagnostic> Diagnostics { get; init; }

Property Value

IReadOnlyList<FlowEditorDiagnostic>

QuickActions

public IReadOnlyList<FlowQuickAction> QuickActions { get; init; }

Property Value

IReadOnlyList<FlowQuickAction>

Summary

public string Summary { get; init; }

Property Value

string