if (typeof isTrustedOrOptions === 'boolean') {
this.supportThemeIcons = false;
this.supportHtml = false;
this.supportAlertSyntax = false;
}
else {
this.isTrusted = isTrustedOrOptions.isTrusted ?? undefined;