Home > @jsplumb/browser-ui > addClass
#
addClass() functionSignature:
export declare function addClass(el: Element | NodeListOf<Element>, clazz: string): void;
#
ParametersParameter | Type | Description |
---|---|---|
el | Element | NodeListOf<Element> | |
clazz | string |
Returns:
void