You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addPanel(index?: number)
Allows to insert the panel into panels array. Currently it can be added into the end only.
If the value is -1 then the panel will be added into the end.
If the value is undefined then new panel will be added into the add for "renderMode" equals to "list" and currentIndex + 1 for all other render modes.
The text was updated successfully, but these errors were encountered:
addPanel(index?: number)
Allows to insert the panel into panels array. Currently it can be added into the end only.
If the value is -1 then the panel will be added into the end.
If the value is undefined then new panel will be added into the add for "renderMode" equals to "list" and
currentIndex + 1
for all other render modes.The text was updated successfully, but these errors were encountered: