Home > ISYS_ExternalApiRegistration
ISYS_ExternalApiRegistration interface
扩展注入的上层接口注册条目
Signature
typescript
interface ISYS_ExternalApiRegistration1
Remarks
存储在 gVars.extensionRegisteredExternalApis 与 gVars.extensionExternalApiIndex 中
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(...args: any[]) => any | Promise<any> | 实际调用函数 | ||
string | 注册该接口的扩展 UUID | ||
(Optional) Help 元数据(可选) | |||
number | 注册顺序,越小越优先(最早注册优先) |