Metadata
Definition
#/$defs/ImageBackground
Type
object
Source
spec/schemas/opf.schema.json
Fields
type
Type: const · Required · Default: —
Fixed image background fill.
{
"type": "image"
}image
Type: object · Required · Default: —
Image fill definition.
{
"image": {}
}opacity
Type: number · Optional · Default: —
Background opacity from 0 (fully transparent) to 1 (fully opaque).
{
"opacity": 1
}