Skip to content

Commit

Permalink
Merge pull request #1444 from cgjgh/Notification-Docs-Fix
Browse files Browse the repository at this point in the history
Fix Notification Docs For msg.show
  • Loading branch information
joepavitt authored Nov 11, 2024
2 parents 9071d2d + d61d028 commit cc4be98
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/nodes/widgets/ui-notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ dynamic:
Accept raw html:
payload: msg.ui_update.raw
structure: ["Boolean"]
Show:
payload: msg.ui_update.show
structure: ["Boolean"]
Show countdown bar:
payload: msg.ui_update.showCountdown
structure: ["Boolean"]
controls:
show:
example: true | false
description: Allow control over whether or not the notification is visible.
---

<script setup>
Expand All @@ -72,6 +73,10 @@ If you want to have the notification show indefinitely, you can set `timeout` to

<DynamicPropsTable/>

## Controls

<ControlsTable/>

## Example

![Example of rendered Notification](/images/node-examples/ui-notification.png "Example of rendered Notification"){data-zoomable}
Expand Down

0 comments on commit cc4be98

Please sign in to comment.