[]
Initializes a new instance of the ActionKey struct.
public ActionKey(string itemKey, ActionKind kind, string data = null)
| Type | Name | Description |
|---|---|---|
| string | itemKey | The item identifier. |
| ActionKind | kind | The kind of action. |
| string | data | Additional data. |