events

@JvmName(name = "wptpfosxalpvvwij")
suspend fun events(value: Output<Map<String, ComponentEventArgs>>)
@JvmName(name = "ehsyvxjsrruauxdh")
suspend fun events(value: Map<String, ComponentEventArgs>?)

Parameters

value

Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.


@JvmName(name = "riigchhmdhntdpye")
suspend fun events(vararg argument: Pair<String, suspend ComponentEventArgsBuilder.() -> Unit>)

Parameters

argument

Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.


@JvmName(name = "jsfgsxifceiasyol")
fun events(vararg values: Pair<String, ComponentEventArgs>)

Parameters

values

Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.