Interfacegatewayv0.2.1-next.0ConfirmOptionsOptions shared by both confirmation forms. interface ConfirmOptionsMember overviewPropertiesephemeralonCancelonConfirmonTimeouttimeoutMsPropertiesoptionalephemeralWhether the prompt is ephemeral. Only the invoking user can act on it either way, a non-invoker's click is ignored. ephemeral: boolean;Default:trueoptionalonCancelShown in place of the prompt when the user cancels. Absent removes the prompt. onCancel: Outcome;optionalonConfirmShown in place of the prompt when the user confirms. Absent removes the prompt. onConfirm: Outcome;optionalonTimeoutShown in place of the prompt when the prompt times out. Absent removes the prompt. onTimeout: Outcome;optionaltimeoutMsMilliseconds to wait for a click before the prompt is settled and the result resolves to false. timeoutMs: number;Default:30_000
optionalephemeralWhether the prompt is ephemeral. Only the invoking user can act on it either way, a non-invoker's click is ignored. ephemeral: boolean;Default:true
optionalonCancelShown in place of the prompt when the user cancels. Absent removes the prompt. onCancel: Outcome;
optionalonConfirmShown in place of the prompt when the user confirms. Absent removes the prompt. onConfirm: Outcome;
optionalonTimeoutShown in place of the prompt when the prompt times out. Absent removes the prompt. onTimeout: Outcome;
optionaltimeoutMsMilliseconds to wait for a click before the prompt is settled and the result resolves to false. timeoutMs: number;Default:30_000