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