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