pub type Content = GenericContent<Image>;
Expand description
The specified value for the content
property.
Aliased Type§
enum Content {
Normal,
None,
Items(GenericContentItems<GenericImage<GenericGradient<LineDirection, LengthPercentage, NonNegative<Length>, NonNegative<LengthPercentage>, GenericPosition<PositionComponent<HorizontalPositionKeyword>, PositionComponent<VerticalPositionKeyword>>, Angle, AngleOrPercentage, Color>, CssUrl, Color, Percentage, Resolution>>),
}
Variants§
Normal
normal
reserved keyword.
None
none
reserved keyword.
Items(GenericContentItems<GenericImage<GenericGradient<LineDirection, LengthPercentage, NonNegative<Length>, NonNegative<LengthPercentage>, GenericPosition<PositionComponent<HorizontalPositionKeyword>, PositionComponent<VerticalPositionKeyword>>, Angle, AngleOrPercentage, Color>, CssUrl, Color, Percentage, Resolution>>)
Content items.