WallpaperItem QML Type
This class is exposed to wallpapers as the WallpaperItem root qml item. More...
Import Statement: | import org.kde.plasma.plasmoid |
Inherits: |
Properties
- accentColor : color
(since 6.0)
- configuration : KConfigPropertyMap
- contextualActions : list<QAction>
- loading : bool
- pluginName : string
Detailed Description
Property Documentation
accentColor : color |
The accent color manually set by the wallpaper plugin. By default it's transparent, which means either the dominant color is used when "Accent Color From Wallpaper" is enabled, or the theme color is used.
This property was introduced in 6.0.
configuration : KConfigPropertyMap |
contextualActions : list<QAction> |
Actions to be added in the desktop context menu. To instantiate QActions in a declarative way, PlasmaCore.Action {} can be used
loading : bool |
pluginName : string |