Class RenderActionBuilder

RenderActionBuilder

RenderAction オブジェクトのビルダー。

Google Workspace Studio を拡張する Google Workspace アドオンでのみ利用できます。

メソッド

メソッド戻り値の型概要
build()RenderAction現在のレンダリング アクションをビルドして検証します。
setAction(action)RenderActionBuilderアドオンが UI の更新に使用できるアクションをレンダリング アクションに設定します。
setHostAppAction(hostAppAction)RenderActionBuilder個々のホストアプリで処理される HostAppAction をレンダリング アクションに設定します。

詳細なドキュメント

build()

現在のレンダリング アクションをビルドして検証します。

戻る

RenderAction - 検証済みの RenderAction オブジェクト。


setAction(action)

アドオンが UI の更新に使用できるアクションをレンダリング アクションに設定します。

パラメータ

名前説明
actionAction使用するアクション。

戻る

RenderActionBuilder - チェーン用のこのレンダリング アクション ビルダー。


setHostAppAction(hostAppAction)

個々のホストアプリで処理される HostAppAction をレンダリング アクションに設定します。

パラメータ

名前説明
hostAppActionHostAppActionホストアプリに送信する HostAppAction

戻る

RenderActionBuilder - チェーン用のこのレンダリング アクション ビルダー。