/** * * * Enumerates the aspects of a form field state that can be updated by an action. */ export declare enum StateToUpdate { Value = "Value", Visible = "Visible", Readonly = "Readonly", Clazz = "Clazz", Required = "Required" }