Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface MutationActionSetStateParameter

Represents the state configuration when an action modifies a property of another element within the same component.

Hierarchy

  • MutationActionSetStateParameter

Properties

componentName: undefined | string

The name of the component that is being modified.

property: undefined | string

The name of the component property to apply the state configuration to.

set: undefined | ComponentProperty

The state configuration to assign to the property.