ResourceInfo Interface
Packages > @anticrm/platform > ResourceInfo
Signature:
export interface ResourceInfo
Properties
Property | Type | Description |
---|---|---|
id | string | |
kind | ResourceKind | |
plugin | Plugin<Service> |
Events
id
Signature:
id: string;
kind
Signature:
kind: ResourceKind;
plugin
Signature:
plugin: Plugin<Service>;