pub type ComputedList = OwnedList<T>;
Expand description

The computed value for this property.

Aliased Type§

struct ComputedList(pub OwnedSlice<GenericFilter<Angle, NonNegative<f32>, ZeroToOne<f32>, NonNegative<CSSPixelLength>, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>);

Fields§

§0: OwnedSlice<GenericFilter<Angle, NonNegative<f32>, ZeroToOne<f32>, NonNegative<CSSPixelLength>, GenericSimpleShadow<GenericColor<Percentage>, CSSPixelLength, NonNegative<CSSPixelLength>>, Impossible>>

Trait Implementations§