Skip to main content

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

UIPath.addClass() method

Adds a CSS class to the elements representing the vertices and edges in the path

Signature:

addClass(clazz: string): void;

Parameters

ParameterTypeDescription
clazzstring

Returns:

void