@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PerformanceObserverCallbackOptions")
public interface PerformanceObserverCallbackOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PerformanceObserverCallbackOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceObserverCallbackOptions.Builder |
create() |
int |
droppedEntriesCount() |
void |
setDroppedEntriesCount(int droppedEntriesCount) |
@JsOverlay @Nonnull static PerformanceObserverCallbackOptions.Builder create()
@JsProperty(name="droppedEntriesCount") int droppedEntriesCount()
@JsProperty void setDroppedEntriesCount(int droppedEntriesCount)