ResourceInfo Interface

Packages > @anticrm/platform > ResourceInfo

Signature:

export interface ResourceInfo 

Properties

List of properties of this interface
Property Type Description
id string
kind ResourceKind
plugin Plugin<Service>

Events

id

Signature:

id: string;

kind

Signature:

kind: ResourceKind;

plugin

Signature:

plugin: Plugin<Service>;