CSSUnparsedValue
open class CSSUnparsedValue(members: ReadonlyArray<CSSUnparsedSegment>) : CSSStyleValue, ListLike<CSSUnparsedSegment> (source)
The CSSUnparsedValue
interface of the CSS Typed Object Model API represents property values that reference custom properties.