The background cover customization

interface IBackgroundMaskCover {
    color?: string | IRangeColor;
    image?: string;
    opacity: number;
}

Implemented by

Properties

Properties

color?: string | IRangeColor

The background color hiding all elements behind, string or IOptionsColor value.

image?: string

The background image hiding all elements behind

opacity: number

The opacity of the background