@using MP.Core.Conf @using MP.Core.DTO; @if (useNewDisplay) { } else { } @code { [Parameter] public MappaStatoExplDTO? currRecord { get; set; } = null; [Parameter] public List? currTagConf { get; set; } = null; [Parameter] public Dictionary currTagVal { get; set; } = new Dictionary(); [Parameter] public bool doAnimate { get; set; } = true; [Parameter] public bool doBlink { get; set; } = false; [Parameter] public int keepAliveMin { get; set; } = 5; [Parameter] public int maxChar4Scroll { get; set; } = 20; [Parameter] public string showArt { get; set; } = ""; [Parameter] public bool useNewDisplay { get; set; } = true; [Parameter] public string cssOverlayOff { get; set; } = ""; }