length property

length property

The length read-only property of the CSSValueList interface represents the number of CSSValues in the list. The range of valid values of the indices is 0 to length-1 inclusive.

Definition:

@property
def length(self):
    ...

See Also