AttributeMatch Interface
Packages > @anticrm/core > AttributeMatch
Signature:
export interface AttributeMatch
Properties
Property | Type | Description |
---|---|---|
attr | Attribute | |
clazz | Class<Obj> | |
key | string | |
name | string |
Events
attr
Signature:
attr: Attribute;
clazz
Signature:
clazz: Class<Obj>;
key
Signature:
key: string;
name
Signature:
name: string;