SourceProviderAttributes interface
属性
| name | 源提供程序的名称。 |
| supported |
此源提供程序支持的功能。 |
| supported |
此源提供程序支持的触发器类型。 |
属性详细信息
name
源提供程序的名称。
name: string
属性值
string
supportedCapabilities
此源提供程序支持的功能。
supportedCapabilities: {[key: string]: boolean}
属性值
{[key: string]: boolean}