Uses of Interface
software.constructs.IValidation
-
-
Uses of IValidation in software.constructs
Subinterfaces of IValidation in software.constructs Modifier and Type Interface Description static interface
IValidation.Jsii$Default
Internal default implementation forIValidation
.Classes in software.constructs that implement IValidation Modifier and Type Class Description static class
IValidation.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.Methods in software.constructs with parameters of type IValidation Modifier and Type Method Description void
Node. addValidation(IValidation validation)
Adds a validation to this construct.
-