| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ActionParameters |
ActionParameters.addFieldsEntry(String key,
ComponentProperty value)
Add a single Fields entry
|
ActionParameters |
ActionParameters.clearFieldsEntries()
Removes all the entries added into Fields.
|
ActionParameters |
ActionParameters.clone() |
ActionParameters |
ComponentEvent.getParameters()
Describes information about the action.
|
ActionParameters |
ActionParameters.withAnchor(ComponentProperty anchor)
The HTML anchor link to the location to open.
|
ActionParameters |
ActionParameters.withFields(Map<String,ComponentProperty> fields)
A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.
|
ActionParameters |
ActionParameters.withGlobal(ComponentProperty global)
Specifies whether the user should be signed out globally.
|
ActionParameters |
ActionParameters.withId(ComponentProperty id)
The unique ID of the component that the
ActionParameters apply to. |
ActionParameters |
ActionParameters.withModel(String model)
The name of the data model.
|
ActionParameters |
ActionParameters.withState(MutationActionSetStateParameter state)
A key-value pair that specifies the state property name and its initial value.
|
ActionParameters |
ActionParameters.withTarget(ComponentProperty target)
The element within the same component to modify when the action occurs.
|
ActionParameters |
ActionParameters.withType(ComponentProperty type)
The type of navigation action.
|
ActionParameters |
ActionParameters.withUrl(ComponentProperty url)
The URL to the location to open.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentEvent.setParameters(ActionParameters parameters)
Describes information about the action.
|
ComponentEvent |
ComponentEvent.withParameters(ActionParameters parameters)
Describes information about the action.
|
Copyright © 2024. All rights reserved.