add RenderMode to IModuleControl

This commit is contained in:
sbwalker
2024-02-01 09:59:28 -05:00
parent 156d39490e
commit abd235f332
6 changed files with 12 additions and 2 deletions

View File

@ -3,6 +3,5 @@ namespace Oqtane.Shared {
public const string Static = "Static";
public const string Interactive = "Interactive";
public const string Headless = "Headless";
public const string Hybrid = "Hybrid"; // used at runtime by .NET MAUI clients
}
}