tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ValidationWarning

ValidationWarning class

Represents the data of a validation warning which is returned when validating an item.

Signature:

export declare class ValidationWarning extends ValidationResult

Extends: ValidationResult

Constructors

Constructor Modifiers Description
(constructor)(backendModel)   Constructs a new instance of the ValidationWarning class

Properties

Property Modifiers Type Description
_backendModel   BackendValidationWarning  
getInternalModel   () => BackendValidationWarning