AutomationConnectionPicker
- Reference
- 2-min read
The AutomationConnectionPicker allows users to select a single settings object. The available options will be fetched and displayed according to the given settings schema. Users can also create new settings objects with the Create a new connection link and can edit the objects by selecting Edit.
Import
import { AutomationConnectionPicker } from '@dynatrace/automation-action-components';
Props
AutomationConnectionPickerProps
| Name | Type | Default | Description |
|---|---|---|---|
schema | | App settings schema identifier. | |
onChange | (connectionId: ) => | | Callback that is called when the selected value changes. |
placeholder? | | ID of the app settings object of |