Type alias OnMailActiveEditorTypeChangeEvent

OnMailActiveEditorTypeChangeEvent: { timestamp: number; type: "new" | "reply" | "replyAll" | "forward" }

Type declaration

  • timestamp: number
  • type: "new" | "reply" | "replyAll" | "forward"

    current type of compose editor

Generated using TypeDoc