[]
Defines unique identifier of interactive element clicked by user during interactive preview.
[TypeConverter(typeof(ActionKey.ActionKeyConverter))]
public struct ActionKey : IEquatable<ActionKey>
Name | Description |
---|---|
Kind | |
Null |
Name | Description |
---|---|
Equals(ActionKey) | Checks whether the given ActionKey equals to this. |
Equals(object) | Checks whether the given object equals to this. |
GetHashCode() | Gets ActionKey hash code. |
ToString() | Gets string representation of ActionKey. |
Name | Description |
---|---|
explicit operator ActionKey(string) | Converts string to ActionKey. |