Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 468 Bytes

File metadata and controls

16 lines (8 loc) · 468 Bytes

CreateTextOrHtmlFile

The parameters for creating an HTML or text file.

Properties

Name Type Description Notes
title String The file title for text or HTML file.
content String The text or HTML file contents. [optional]
createNewIfExist Boolean Specifies whether to create a new text or HTML file if it exists or not. [optional]