Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Card_Service
UpdateDraftBodyAction
Interface UpdateDraftBodyAction
Represents an action that updates the email draft body.
interface
UpdateDraftBodyAction
{
addUpdateContent
(
content
:
string
,
contentType
:
GoogleAppsScript
.
Card_Service
.
ContentType
,
)
:
UpdateDraftBodyAction
;
setUpdateType
(
updateType
:
IN_PLACE_INSERT
)
:
UpdateDraftBodyAction
;
}
Index
Methods
add
Update
Content
set
Update
Type
Methods
add
Update
Content
addUpdateContent
(
content
:
string
,
contentType
:
GoogleAppsScript
.
Card_Service
.
ContentType
,
)
:
UpdateDraftBodyAction
Parameters
content
:
string
contentType
:
GoogleAppsScript
.
Card_Service
.
ContentType
Returns
UpdateDraftBodyAction
set
Update
Type
setUpdateType
(
updateType
:
IN_PLACE_INSERT
)
:
UpdateDraftBodyAction
Parameters
updateType
:
IN_PLACE_INSERT
Returns
UpdateDraftBodyAction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Update
Content
set
Update
Type
Google Apps Script API
Loading...
Represents an action that updates the email draft body.