Skip to content

Commit

Permalink
Update building-node-red-plugin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitshinde-84 authored Oct 11, 2024
1 parent 8b83583 commit 912f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node-red/getting-started/building-node-red-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Here, we have added a new tab to the sidebar using the RED.sidebar.addTab functi
- id: A unique identifier for the tab, which can be used to reference it later.
- name: The name of the tab is displayed in the sidebar.
- label: The label shown on the tab itself can be different from the name.
- iconClass: The CSS class for the icon on the tab. You can use Font Awesome or any other icon library.
- iconClass: The CSS class for the icon on the tab. You can use Font Awesome icon classes for this purpose.
- content: This is where you will define the HTML content that appears in the tab when selected.
- action: A function called when the tab is clicked, allowing you to define what happens when the tab is activated.

Expand Down

0 comments on commit 912f042

Please sign in to comment.