home / docs / sections

sections: plugin_hooks:plugin-actions

This data as json

id page ref title content breadcrumbs references
plugin_hooks:plugin-actions plugin_hooks plugin-actions Action hooks Action hooks can be used to add items to the action menus that appear at the top of different pages within Datasette. Unlike menu_links() , actions which are displayed on every page, actions should only be relevant to the page the user is currently viewing. Each of these hooks should return return a list of {"href": "...", "label": "..."} menu items, with optional "description": "..." keys describing each action in more detail. They can alternatively return an async def awaitable function which, when called, returns a list of those menu items. ["Plugin hooks"] []
Powered by Datasette · Queries took 1.13ms