StylePropertyMap: clear() Methode

Die clear()-Methode der StylePropertyMap-Schnittstelle entfernt alle Deklarationen im StylePropertyMap.

Syntax

js
clear()

Parameter

Keine.

Rückgabewert

Keiner (undefined).

Beispiele

Das folgende Beispiel entfernt alle Stile innerhalb des style-Attributs der Elemente.

js
// get the button element
const buttonEl = document.querySelector(".example");

// remove all styles from the style attribute
buttonEl.attributeStyleMap.clear();

Spezifikationen

Specification
CSS Typed OM Level 1
# dom-stylepropertymap-clear

Browser-Kompatibilität

BCD tables only load in the browser