Skip to main content

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

UIPath.removeClass() method

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

Signature:

removeClass(clazz: string): void;

Parameters

ParameterTypeDescription
clazzstring

Returns:

void