{}OPF
DocsObject referenceEdit on GitHub

Pattern Background

Fixed pattern slide background fill.

Metadata

Definition

#/$defs/PatternBackground

Type

object

Source

spec/schemas/opf.schema.json

Fields

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

type

Type: const · Required · Default:

Fixed pattern background fill.

type.json
{
  "type": "pattern"
}

pattern

Type: object · Required · Default:

Pattern fill definition.

pattern.json
{
  "pattern": {}
}

opacity

Type: number · Optional · Default:

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

opacity.json
{
  "opacity": 1
}