Skip to main content

Home > @jsplumbtoolkit/browser-ui > UIPath > removeEdgeClass

UIPath.removeEdgeClass() method

Removes a CSS class from the elements representing the edges in the path

Signature:

removeEdgeClass(clazz: string): void;

Parameters

ParameterTypeDescription
clazzstring

Returns:

void