{}OPF
DocsObject referenceEdit on GitHub

Image Background

Fixed image slide background fill.

Metadata

Definition

#/$defs/ImageBackground

Type

object

Source

spec/schemas/opf.schema.json

Fields

FieldTypeReqDescription
typeconstyesFixed image background fill.
imageobjectyesImage fill definition.
opacitynumberBackground opacity from 0 (fully transparent) to 1 (fully opaque).

type

Type: const · Required · Default:

Fixed image background fill.

type.json
{
  "type": "image"
}

image

Type: object · Required · Default:

Image fill definition.

image.json
{
  "image": {}
}

opacity

Type: number · Optional · Default:

Background opacity from 0 (fully transparent) to 1 (fully opaque).

opacity.json
{
  "opacity": 1
}