Edit in GitHubLog an issue

UIAction

Represents an action that can be performed on a UI component.

Syntax

Copied to your clipboard
sealed class UIAction

Click

Represents a click UIAction that can be performed on a UI component.

Public Properties

PropertyTypeDescription
id
String
The unique identifier of the UI component.
actionUrl
String?
An optional URL to be opened when the UI component is clicked.

Syntax

Copied to your clipboard
data class Click(val id: String, val actionUrl: String?) : UIAction()
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.