Class CSSValueList

  • All Implemented Interfaces:
    jsinterop.base.JsArrayLike<CSSValue>

    @JsType(isNative=true,
            namespace="<global>")
    public class CSSValueList
    extends CSSValue
    implements jsinterop.base.JsArrayLike<CSSValue>
    • Field Detail

      • length

        public int length
    • Constructor Detail

      • CSSValueList

        public CSSValueList()
    • Method Detail

      • item

        public CSSValue item​(int index)