style::properties::generated::longhands::background_origin::computed_value

Type Alias ComputedList

source
pub type ComputedList = OwnedList<T>;
Expand description

The computed value for this property.

Aliased Type§

struct ComputedList(pub SmallVec<[T; 1]>);

Fields§

§0: SmallVec<[T; 1]>