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