Appearance
Documentation / @geoverse/core-ol / removeClass
Function: removeClass()
ts
function removeClass(el, name): void;Defined in: packages/core-ol/src/utils/dom.ts:30
元素移除 class
Parameters
el
Element
name
string
Returns
void
