add RenderMode to IModuleControl
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user