Home > @jsplumbtoolkit/browser-ui > UIPath > addEdgeClass
#
UIPath.addEdgeClass() methodAdds a CSS class to the elements representing the edges in the path
Signature:
addEdgeClass(clazz: string): void;
#
ParametersParameter | Type | Description |
---|---|---|
clazz | string |
Returns:
void