InputsInteractionResult
Handle
interface InputsInteractionResult { readonly canceled: boolean; readonly inputs: InteractionInputCollection;}Properties
property
canceledbooleangetGets a value indicating whether the interaction was canceled by the user.
property
inputsInteractionInputCollectiongetGets the inputs returned from the interaction. Empty when `Canceled` is `true`.