mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
Docs
This commit is contained in:
@@ -127,6 +127,15 @@ class EmailComposeRecordView extends EditRecordView {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {{
|
||||
* body: string | null,
|
||||
* isHtml: boolean,
|
||||
* subject?: string | null,
|
||||
* attachmentsIds?: string[],
|
||||
* attachmentsNames?: Record<string, string>,
|
||||
* }} data
|
||||
*/
|
||||
insertTemplate(data) {
|
||||
let body = data.body;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user