pub type ComputedList = OwnedList<T>;
Expand description

The computed value for this property.

Aliased Type§

struct ComputedList(pub OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>);

Fields§

§0: OwnedSlice<GenericBoxShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>, CSSPixelLength>>

Trait Implementations§