Type Alias BackgroundPaintProps
type BackgroundPaintProps = {
"background-color": DataConstantProperty<Color>;
"background-opacity": DataConstantProperty<number>;
"background-pattern": CrossFadedProperty<ResolvedImage>;
}
"background-color": DataConstantProperty<Color>;
"background-opacity": DataConstantProperty<number>;
"background-pattern": CrossFadedProperty<ResolvedImage>;
}
Index
Was this helpful?