Skip to main content

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

UIPath.addEdgeClass() method

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

Signature:

addEdgeClass(clazz: string): void;

Parameters

ParameterTypeDescription
clazzstring

Returns:

void