Class DocumentTriggerBuilder

Trình tạoĐiều kiện kích hoạt tài liệu

Trình tạo cho trình kích hoạt tài liệu.

Phương thức

Phương thứcLoại dữ liệu trả vềMô tả ngắn
create()TriggerTạo và trả về điều kiện kích hoạt mới.
onOpen()DocumentTriggerBuilderChỉ định một điều kiện kích hoạt sẽ kích hoạt khi tài liệu được mở.

Tài liệu chi tiết

create()

Tạo và trả về điều kiện kích hoạt mới.

Cầu thủ trả bóng

Trigger – Điều kiện kích hoạt mới.


onOpen()

Chỉ định một điều kiện kích hoạt sẽ kích hoạt khi tài liệu được mở.

const document = DocumentApp.getActiveDocument();
ScriptApp.newTrigger('myFunction').forDocument(document).onOpen().create();

Cầu thủ trả bóng

DocumentTriggerBuilderDocumentTriggerBuilder này, để tạo chuỗi.