Represents a background object in a theme.

0.4.0

interface BackgroundPrimitive {
    enabled: boolean;
    type: Omit<Media, "Unknown">;
}

Hierarchy (view full)

Properties

Properties

enabled: boolean

Whether the background is enabled.

type: Omit<Media, "Unknown">

The type of the background.