events

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

Parameters

value

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


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

Parameters

argument

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


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

Parameters

values

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