ActionLink

data class ActionLink(val namespace: String, val name: String)

Represents a link to an action.

Constructors

Link copied to clipboard
constructor(namespace: String, name: String)

Properties

Link copied to clipboard

The name of the action.

Link copied to clipboard

The namespace of the action.