Mod Creation/Sidebar API Reference: Difference between revisions

From Melvor Idle
Tag: Reverted
(Undo revision 55479 by Malcs (talk))
Tag: Undo
Line 14: Line 14:
The global <code>sidebar</code> object.
The global <code>sidebar</code> object.


<code>category(id: string, config?: CategoryConfig, builder?: (category: Category) => void): Category</code> ===
=== <code>category(id: string, config?: CategoryConfig, builder?: (category: Category) => void): Category</code> ===
'''Alternatively <code>category(id: string, builder?: (category: Category) => void): Category</code>'''
'''Alternatively <code>category(id: string, builder?: (category: Category) => void): Category</code>'''