api library
Classes
- CopyToClipboardExtensionEvent
- An extension event of type DevToolsExtensionEventType.copyToClipboard that is sent from an extension to DevTools asking DevTools copy content to the user's clipboard.
- DevToolsExtensionEvent
- Data model for a devtools extension event that will be sent and received over 'postMessage' between DevTools and an embedded extension iFrame.
- DevToolsExtensionHostInterface
- Interface that a DevTools extension host should implement.
- ExtensionEventParameters
- Parameter names and expected values for DevTools extension events.
- ShowBannerMessageExtensionEvent
- An extension event of type DevToolsExtensionEventType.showBannerMessage that is sent from an extension to DevTools asking DevTools to post a banner message to the extension's screen using the DevTools banner message framework.
- ShowNotificationExtensionEvent
- An extension event of type DevToolsExtensionEventType.showNotification that is sent from an extension to DevTools asking DevTools to post a notification the the DevTools notification framework.
Enums
- DevToolsExtensionEventType
- Supported events that can be sent and received over 'postMessage' between DevTools and a DevTools extension running in an embedded iFrame.
- ExtensionEventDirection
- Describes the flow direction for a DevToolsExtensionEventType.
Extensions
-
ParseExtension
on Map<
String, Object?>
Typedefs
- ExtensionEventHandler = void Function(DevToolsExtensionEvent event)
- A void callback that handles a DevToolsExtensionEvent.