Table of Contents

Class TopPanelItem

Namespace
Playnite.SDK.Plugins
Assembly
Playnite.SDK.dll
public class TopPanelItem : ObservableObject, INotifyPropertyChanged
Inheritance
TopPanelItem
Implements
Inherited Members

Properties

Activated

Called when item is activated.

public Action Activated { get; set; }

Property Value

Action

Icon

Gets or sets item icon.

public object Icon { get; set; }

Property Value

object

Title

Gets or sets item title.

public string Title { get; set; }

Property Value

string

Visible

Gets or sets item visibility.

public bool Visible { get; set; }

Property Value

bool