File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -498,6 +498,9 @@ export class MyComponent {
498498| ` themeConfig ` | ` ThemeConfig ` | - | Theme configuration |
499499| ` groupVisibility ` | ` GroupVisibilityConfig ` | - | Group visibility configuration |
500500| ` layoutConfig ` | ` LayoutConfig ` | - | Layout configuration |
501+ | ` urlValidation ` | ` boolean ` | ` true ` | Enable URL validation |
502+ | ` customSecurityTpl ` | ` TemplateRef<any> ` | - | Custom security template |
503+ | ` securityWarning ` | ` SecurityWarning \| null ` | - | Security warning data (read-only) |
501504
502505### Output Events
503506
@@ -552,6 +555,8 @@ export class MyComponent {
552555| ` goBack() ` | - | ` void ` | Go back in browser history |
553556| ` closeViewer() ` | - | ` void ` | Close viewer window |
554557| ` getErrorTemplateData() ` | - | ` any ` | Get error template data |
558+ | ` setUrlValidation(enabled: boolean) ` | ` enabled: boolean ` | ` Promise<ActionExecutionResult> ` | Enable/disable URL validation |
559+ | ` dismissSecurityWarning() ` | - | ` void ` | Dismiss security warning |
555560
556561---
557562
You can’t perform that action at this time.
0 commit comments