setProperty()
Обновлено: 23.03.2023
Визначення та використання
Метод setProperty() встановлює нову або змінює існуючу властивість CSS у блоці оголошення CSS.
Синтаксис
object.setProperty(propertyname, value, priority)
Значення параметрів
Parameter | Description |
---|---|
propertyname | Required. A String representing the name of the property to set |
value | Required. A String representing the new value |
priority | Optional. A String representing if the property's priority should be set to important or not. Legal values: "important" undefined "" |