Editor/Projection/PreviewStrategy.cs

Simple enum definition for preview rendering strategy in the editor projection system. It declares three values: Native, Substitute, and Placeholder.

namespace Grains.RazorDesigner.Projection;

public enum PreviewStrategy { Native, Substitute, Placeholder }