home / docs / sections_fts

Menu

sections_fts: 77

This data as json

rowid title content
77 await .track_event(event) event - Event An instance of a subclass of datasette.events.Event . Plugins can call this to track events, using classes they have previously registered. See Event tracking for details. The event will then be passed to all plugins that have registered to receive events using the track_event(datasette, event) hook. Example usage, assuming the plugin has previously registered the BanUserEvent class: await datasette.track_event( BanUserEvent(user={"id": 1, "username": "cleverbot"}) )
Powered by Datasette · Queries took 1.843ms