Service for managing Functions.
Normally only ever accessed via the client as:
const modal = new ModalClient();const function = await modal.functions.fromName("my-app", "my-function"); Copy
const modal = new ModalClient();const function = await modal.functions.fromName("my-app", "my-function");
アプリ名
Function名
オプションパラメータ
Functionインスタンス
App内のFunctionを名前で取得する
NotFoundError 指定されたFunctionが存在しない場合
Service for managing Functions.
Normally only ever accessed via the client as: