Skip to main content

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

Surface.removeClass() method

Removes a class from the DOM element represented by el, which can be a Selection, or an instance of many different types - see the SupportsClassManipulation interface for a complete list.

Signature:

removeClass(el: Selection | SupportsClassManipulation, clazz: string): void;

Parameters

ParameterTypeDescription
elSelection | SupportsClassManipulation
clazzstring

Returns:

void