InteractionResult<T> Properties
Class Properties 2 members
Represents the result of an interaction.
A flag indicating whether the interaction was canceled by the user.
public bool Canceled { get; } The data returned from the interaction. Won't have a useful value if the interaction was canceled.
public T? Data { get; }