Site Content
1.6.2
jvm
Site Content
/
dk.ds.site_content.domain.model.usersettings
/
MenuPage
/
MenuPageBackground
Menu
Page
Background
data
class
MenuPageBackground
(
val
backgroundImage
:
String
?
,
val
backgroundImageLandscape
:
String
?
,
val
backgroundVideo
:
String
?
,
val
backgroundVideoLandscape
:
String
?
,
val
backgroundColor
:
String
?
,
val
backgroundOpacityPercentage
:
Int
)
Members
Constructors
Menu
Page
Background
Link copied to clipboard
constructor
(
backgroundImage
:
String
?
,
backgroundImageLandscape
:
String
?
,
backgroundVideo
:
String
?
,
backgroundVideoLandscape
:
String
?
,
backgroundColor
:
String
?
,
backgroundOpacityPercentage
:
Int
)
Properties
background
Color
Link copied to clipboard
val
backgroundColor
:
String
?
background
Image
Link copied to clipboard
val
backgroundImage
:
String
?
background
Image
Landscape
Link copied to clipboard
val
backgroundImageLandscape
:
String
?
background
Opacity
Percentage
Link copied to clipboard
val
backgroundOpacityPercentage
:
Int
background
Video
Link copied to clipboard
val
backgroundVideo
:
String
?
background
Video
Landscape
Link copied to clipboard
val
backgroundVideoLandscape
:
String
?