Skip to content

Commit

Permalink
Docs fix lint error iframebridge (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelblum authored Nov 29, 2024
1 parent befabdc commit f21248f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/preview/iframebridge/IFrameBridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There are several messages that can be sent between the Comet Admin and the Bloc
| `IFrameOpenLinkMessage` | Site | @deprecated |
| `IFrameLocationMessage` | Site | @deprecated |
| `IAdminBlockMessage` | Admin | The `IAdminBlockMessage` is sent from the admin to the site, which block should be displayed in the iFrame. | `iFrameBridge.sendBlockState()` |
| `IAdminShowOnlyVisibleMessage` | Admin | The `IAdminShowOnlyVisibleMessage` is sent from the admin to the site, indicating if hidden blocks should be rendered or not. | `iFrameBridge.sendShowOnlyVisible(true)` |
| `IAdminShowOnlyVisibleMessage` | Admin | The `IAdminShowOnlyVisibleMessage` is sent from the admin to the site, indicating if hidden blocks should be rendered or not. | `iFrameBridge.sendShowOnlyVisible(true)` |
| `IAdminSelectComponentMessage` | Admin | The `IAdminSelectComponentMessage` is sent from the admin to the site, when a component is selected in the admin interface. | `iFrameBridge.sendSelectComponent("id")` |
| `IAdminHoverComponentMessage` | Admin | The `IAdminHoverComponentMessage` is sent from the admin to the site, when a component is hovered in the admin interface. | `iFrameBridge.sendHoverComponent("id")` |
| `IAdminContentScopeMessage` | Admin | The `IAdminContentScopeMessage` is sent from the admin to the site, when the content scope is changed in the admin interface. | `iFrameBridge.sendContentScope(scope)` |
Expand Down

0 comments on commit f21248f

Please sign in to comment.