Skip to content

Commit

Permalink
removeTab is also called as internal api
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagner committed Feb 1, 2024
1 parent 2a58ad1 commit 8c2c283
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tabpanel/tabpanel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,15 @@
}]
}
},

"internalApi" : {
"removeTabAt": {
"returns": "boolean",
"parameters": [{
"name": "index",
"type": "int"
}]
}
},
"api": {
"addTab": {
"returns": "tab",
Expand Down

0 comments on commit 8c2c283

Please sign in to comment.