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