Skip to main content

WebBlockRetainProperties

reexport
interface WebBlockRetainProperties {
  objectFit?: "contain"
    | "none"
    | "cover"
    | "fill"
    | "scale-down";
}

Fields#

objectFit#

optional
objectFit?: "contain"
  | "none"
  | "cover"
  | "fill"
  | "scale-down";