Readonly
priorityCSS property value priority.
The value Important and above means the property is !important
. Everything else means normal
priority.
The property value with higher priority number takes precedence over the one with lower one.
Readonly
urlTarget URL.
url
value type.
Maps the given CSS property value to the value of this one's type. Defaults to this value if mapping is not possible.
This method allows to use an structured value instance as CSS property mapping.
A raw property value that should be converted.
Mapped property value.
Checks whether this value equals to CSS property value.
CSS property value to compare with.
Static
byMaps the given CSS property value to URL. Defaults to undefined
if mapping is not possible.
This method allows to use a StypURL class as [CSS property mapping]Mapping.
Strings are treated as URLs (without url()
functional syntax). !important
suffix is respected.
A raw property value that should be converted.
Mapped property value or undefined
.
Generated using TypeDoc
Structured URL CSS property value.