setProperty()

Обновлено: 23.03.2023

Визначення та використання

Метод setProperty() встановлює нову або змінює існуючу властивість CSS у блоці оголошення CSS.

Синтаксис

object.setProperty(propertyname, value, priority)

Значення параметрів

ParameterDescription
propertynameRequired. A String representing the name of the property to set
valueRequired. A String representing the new value
priorityOptional. A String representing if the property's priority should be set to important or not.
Legal values:
"important"
undefined
""