Skip to main content

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

UIPath.addVertexClass() method

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

Signature:

addVertexClass(clazz: string): void;

Parameters

ParameterTypeDescription
clazzstring

Returns:

void