| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AppBuilderEvent |
AppBuilderEvent.name(AppBuilderEventName name) |
AppBuilderEvent |
AppBuilderEvent.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AppBuilderEvent |
AppBuilderEvent.type(AppBuilderEventType type) |
| Modifier and Type | Method and Description |
|---|---|
List<AppBuilderEvent> |
ComponentGrid.getEvents()
Events to listen for on the grid component.
|
List<AppBuilderEvent> |
Component.getEvents()
Events to listen for on the UI component.
|
List<AppBuilderEvent> |
ActionQuery.getEvents()
Events to listen for downstream of the action query.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentGrid |
ComponentGrid.addEventsItem(AppBuilderEvent eventsItem) |
Component |
Component.addEventsItem(AppBuilderEvent eventsItem) |
ActionQuery |
ActionQuery.addEventsItem(AppBuilderEvent eventsItem) |
| Modifier and Type | Method and Description |
|---|---|
ComponentGrid |
ComponentGrid.events(List<AppBuilderEvent> events) |
Component |
Component.events(List<AppBuilderEvent> events) |
ActionQuery |
ActionQuery.events(List<AppBuilderEvent> events) |
void |
ComponentGrid.setEvents(List<AppBuilderEvent> events) |
void |
Component.setEvents(List<AppBuilderEvent> events) |
void |
ActionQuery.setEvents(List<AppBuilderEvent> events) |
Copyright © 2026. All rights reserved.