Extensions class

Firebase Extensions服务接口。

签名:

export declare class Extensions 

特性

财产修饰符类型描述
应用程序应用程序

方法

方法修饰符描述
运行() runtime() 方法返回一个新的 Runtime,它提供了修改扩展实例的运行时数据的方法。

扩展程序.app

签名:

readonly app: App;

扩展.runtime()

runtime() 方法返回一个新的 Runtime,它提供了修改扩展实例的运行时数据的方法。

如果在扩展环境之外调用此方法将引发错误。

签名:

runtime(): Runtime;

返回:

运行

一个新的运行时对象。