Indexable
[key: string]: any
Methods
getPropertyPriority
- getPropertyPriority(key: string): string
-
Parameters
Returns string
getPropertyValue
- getPropertyValue(key: string): string
-
Parameters
Returns string
item
- item(index: number): string | undefined
-
Parameters
Returns string | undefined
removeProperty
- removeProperty(key: string): void
setProperty
- setProperty(key: string, value: string, important: "important" | "" | undefined): void
-
Parameters
-
key: string
-
value: string
-
important: "important" | "" | undefined
Returns void