genui / a2ui / FunctionRegistry
FunctionRegistry
Lookup table that routes protocol FunctionCall.call names to local
JavaScript implementations.
构造函数
new FunctionRegistry()
返回
方法
has()
参数
返回
boolean
定义于
@lynx-js/genui/a2ui/src/store/FunctionRegistry.ts:77
list()
返回
定义于
@lynx-js/genui/a2ui/src/store/FunctionRegistry.ts:85
register()
参数
返回
void
定义于
@lynx-js/genui/a2ui/src/store/FunctionRegistry.ts:69
resolve()
参数
返回
undefined | FunctionImpl
定义于
@lynx-js/genui/a2ui/src/store/FunctionRegistry.ts:81
unregister()
参数
返回
void
定义于
@lynx-js/genui/a2ui/src/store/FunctionRegistry.ts:73