This interface is used to describe a medialist page. More...
import"sbIMediaPageManager.idl";
Public Attributes | |
readonly attribute AString | contentTitle |
The localized name of the page. More... | |
readonly attribute AString | contentUrl |
The chrome URL to the page. Must be unique. More... | |
readonly attribute AString | contentIcon |
The chrome URL to the icon representing the page. More... | |
readonly attribute sbIMediaListMatch | matchInterface |
The interface used to match medialists. More... | |
This interface is used to describe a medialist page.
Definition at line 110 of file sbIMediaPageManager.idl.
readonly attribute AString sbIMediaPageInfo::contentIcon |
The chrome URL to the icon representing the page.
Definition at line 125 of file sbIMediaPageManager.idl.
readonly attribute AString sbIMediaPageInfo::contentTitle |
The localized name of the page.
Definition at line 115 of file sbIMediaPageManager.idl.
readonly attribute AString sbIMediaPageInfo::contentUrl |
The chrome URL to the page. Must be unique.
Definition at line 120 of file sbIMediaPageManager.idl.
readonly attribute sbIMediaListMatch sbIMediaPageInfo::matchInterface |
The interface used to match medialists.
Definition at line 130 of file sbIMediaPageManager.idl.