MCPcopy
hub / github.com/KartikTalwar/gmail.js / GmailDomThread

Interface GmailDomThread

src/gmail.d.ts:418–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416declare type GmailDomThreadLookup = "opened_email" | "subject" | "labels";
417
418interface GmailDomThread {
419 $el: JQuery,
420 /**
421 Retrieve preconfigured dom elements for this email
422 */
423 dom(lookup?: GmailDomThreadLookup): JQuery,
424}
425
426interface GmailDomAttachment {
427 $el: JQuery,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected