Interface: ValidationProvider
Provides a strategy to validate changes to the data in the graph authoring mode.
Experimental: this feature will likely change in the future.
Methods
validate()
validate(
e
):Promise
<ValidationResult
>
Validate an element (graph node) and its outbound links (graph edges).
Parameters
Parameter | Type |
---|---|
|
Returns
Promise
<ValidationResult
>