public static IEnumerable <FaLinksPropertyEditor.Models.FaLink> GetButtons(IAlert that) => that.Value <IEnumerable <FaLinksPropertyEditor.Models.FaLink> >("buttons");
 public static string GetAlertTitle(IAlert that) => that.Value <string>("alertTitle");
 public static Amplify.Web.Custom.Models.AmplifyColor GetAlertTextColor(IAlert that) => that.Value <Amplify.Web.Custom.Models.AmplifyColor>("alertTextColor");
 public static bool GetAlertEnabled(IAlert that) => that.Value <bool>("alertEnabled");
 public static IHtmlString GetAlertContent(IAlert that) => that.Value <IHtmlString>("alertContent");
 public static Amplify.Web.Custom.Models.AmplifyGradient GetAlertBgGradient(IAlert that) => that.Value <Amplify.Web.Custom.Models.AmplifyGradient>("alertBgGradient");