Interface BackgroundTypeFill

A filled background. Subtype of BackgroundType.

interface BackgroundTypeFill {
    @type: "backgroundTypeFill";
    fill: BackgroundFill;
}

Properties

Properties

@type: "backgroundTypeFill"

The background fill.