List Interface
Packages > @anticrm/domains > List
Signature:
export interface List extends Emb
Extends: Emb
Properties
Property | Type | Description |
---|---|---|
application | Ref<Application> | |
id | string | |
name | string |
Events
application
Signature:
application: Ref<Application>;
id
Signature:
id: string;
name
Signature:
name: string;