-
public final class LongTaskEvent.DisplayDisplay properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLongTaskEvent.Display.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongTaskEvent.Viewportviewport
-
Constructor Summary
Constructors Constructor Description LongTaskEvent.Display(LongTaskEvent.Viewport viewport)
-
Method Summary
Modifier and Type Method Description final LongTaskEvent.ViewportgetViewport()final JsonElementtoJson()-
-
Constructor Detail
-
LongTaskEvent.Display
LongTaskEvent.Display(LongTaskEvent.Viewport viewport)
- Parameters:
viewport- The viewport represents the rectangular area that is currently being viewed.
-
-
Method Detail
-
getViewport
final LongTaskEvent.Viewport getViewport()
-
toJson
final JsonElement toJson()
-
-
-
-