FavoriteItem interface

Class to represent favorite entry.

Properties

data

Application specific data for the entry.

id

Unique Id of the entry.

name

Display text for favorite entry.

type

Application specific favorite entry type. Empty or Null represents that Favorite item is a Folder.

Property Details

data

Application specific data for the entry.

data: string

Property Value

string

id

Unique Id of the entry.

id: string

Property Value

string

name

Display text for favorite entry.

name: string

Property Value

string

type

Application specific favorite entry type. Empty or Null represents that Favorite item is a Folder.

type: string

Property Value

string