Jump to content

Modal: Difference between revisions

No edit summary
Fix Modal documentation error (getTabData)
 
(One intermediate revision by one other user not shown)
Line 167: Line 167:
Show tab on the tab bar.
Show tab on the tab bar.


==== modal.getTabData(id: <code>Number</code>): <code>Number | null</code> ====
==== modal.getTabData(id: <code>Number</code>): <code>TabContext | null</code> ====
Return raw tab data.
Return raw tab data.


Line 251: Line 251:
modal.open();
modal.open();
</syntaxhighlight>
</syntaxhighlight>
[[Category:Documentation]]