Interfaceseedcordv0.13.0ConfirmOptionsOptions shared by both confirmation forms. interface ConfirmOptionsinterface 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;ephemeral: boolean;Default:truetrueoptionalonCancelShown in place of the prompt when the user cancels. Absent removes the prompt. onCancel: Outcome;onCancel: Outcome;optionalonConfirmShown in place of the prompt when the user confirms. Absent removes the prompt. onConfirm: Outcome;onConfirm: Outcome;optionalonTimeoutShown in place of the prompt when the prompt times out. Absent removes the prompt. onTimeout: Outcome;onTimeout: Outcome;optionaltimeoutMsMilliseconds to wait for a click before the prompt is settled and the result resolves to falsefalse. timeoutMs: number;timeoutMs: number;Default:30_00030_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;ephemeral: boolean;Default:truetrue
optionalonCancelShown in place of the prompt when the user cancels. Absent removes the prompt. onCancel: Outcome;onCancel: Outcome;
optionalonConfirmShown in place of the prompt when the user confirms. Absent removes the prompt. onConfirm: Outcome;onConfirm: Outcome;
optionalonTimeoutShown in place of the prompt when the prompt times out. Absent removes the prompt. onTimeout: Outcome;onTimeout: Outcome;
optionaltimeoutMsMilliseconds to wait for a click before the prompt is settled and the result resolves to falsefalse. timeoutMs: number;timeoutMs: number;Default:30_00030_000