WebIDLpedia

ToolActivatedEvent interface

Definition

WebMCP defines ToolActivatedEvent



[Exposed=Window, SecureContext]
interface ToolActivatedEvent : Event {
  constructor(DOMString type, optional ToolActivatedEventInit eventInitDict = {});
  readonly attribute DOMString toolName;
};

Methods and attributes that return objects implementing ToolActivatedEvent