This is an enum of the TimeoutBehavior which contains behaviour for when the Prompt times out.
The Prompt will be cancelled when timed out. This will call the Prompt.OnCancel event.
The Prompt will be rejected when timed out. This will call the Prompt.OnFulfill event with accepted as declined(false).
Generated using TypeDoc
This is an enum of the TimeoutBehavior which contains behaviour for when the Prompt times out.