DiscreteAction interface
Model that represents a discrete action.
- Extends
Properties
| parameters | List of key value pairs. |
| selector |
String that represents a selector. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| name | String that represents a Capability URN. |
Property Details
parameters
selectorId
String that represents a selector.
selectorId: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "discrete"
Property Value
"discrete"
Inherited Property Details
name
String that represents a Capability URN.
name: string
Property Value
string
Inherited From Action.name