Flow APIs

Toolbar / In-Game Panels

Get the list of available in-game panels

this.$api.toolbar.get_panels()

Returns an array with available panels.

Get info on a specific in-game panel.

this.$api.toolbar.get_panel(panel_id)

panel_id: (String) ID of the panel to get. Can get found using .get_panels()

Open an in-game panel

this.$api.toolbar.open_panel(panel_id)

panel_id: (String) ID of the panel to open. Can get found using .get_panels()

Close an in-game panel

this.$api.toolbar.close_panel(panel_id)

panel_id: (String) ID of the panel to close. Can get found using .get_panels()

Toggle an in-game panel

this.$api.toolbar.toggle_panel(panel_id)

panel_id: (String) ID of the panel to toggle. Can get found using .get_panels()

Community of Makers

Our Discord has evolved into a vibrant hub for widget creators. Seek answers to your questions, and showcase your innovative widgets to a community of passionate makers.