diff --git a/README.md b/README.md index 1a9432c..ca38ccc 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,14 @@ Set tab icon (a iconURL or an icon must be given). Get current tab icon URL / icon. +#### `tab.setPosition(newPosition)` + +Move tab to the specified position. + +#### `tab.getPosition()` + +Get the tab position. + #### `tab.activate()` Activate this tab. The class "active" is added to the active tab.