add variability for StreamRendering based on render mode

This commit is contained in:
sbwalker
2024-02-21 08:04:24 -05:00
parent 38ead4909e
commit fa17e7019a
4 changed files with 48 additions and 4 deletions

View File

@ -36,6 +36,9 @@
</CascadingValue>
@code {
// this component is on the interactive side of the render mode boundary
// it receives state as serializable parameters so that the state can be made available to downstream components
private Type ModuleType { get; set; }
RenderFragment DynamicComponent { get; set; }