PageAction

@native @JSGlobal("chrome.pageAction") @JSType
object PageAction extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Type members

Types

type ImageDataType = ImageData

Value members

Concrete methods

def getPopup(details: GetPopupDetails, callback: Function1[String, _]): Unit
def getTitle(details: GetTitleDetails, callback: Function1[String, _]): Unit
def hide(tabId: Id): Unit
def setIcon(details: SetIconDetails, callback: Function0[_]): Unit
def setPopup(details: SetPopupDetails): Unit
def setTitle(details: SetTitleDetails): Unit
def show(tabId: Id): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val onClicked: Event[Function1[Tab, _]]