Skip to content

Commit a3b9647

Browse files
codehippie1actions-user
authored andcommitted
Sync root README with lib/README
1 parent 8badea2 commit a3b9647

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)