public class MessageEventInit extends EventInit
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Object> |
data |
Objs.Property<String> |
channel |
Objs.Property<String> |
lastEventId |
Objs.Property<String> |
origin |
Objs.Property<MessagePort[]> |
ports |
Objs.Property<Object> |
source |
bubbles, cancelable
Modifier | Constructor and Description |
---|---|
protected |
MessageEventInit(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static MessageEventInit |
$as(Object obj) |
String |
channel() |
String |
lastEventId() |
String |
origin() |
MessagePort[] |
ports() |
bubbles, cancelable
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Object> data
public Objs.Property<String> origin
public Objs.Property<String> lastEventId
public Objs.Property<String> channel
public Objs.Property<Object> source
public Objs.Property<MessagePort[]> ports
protected MessageEventInit(Objs.Constructor<?> c, Object js)
public static MessageEventInit $as(Object obj)
public String origin()
public String lastEventId()
public String channel()
public MessagePort[] ports()
Copyright © 2018. All rights reserved.