AttributeMatch Interface

Packages > @anticrm/core > AttributeMatch

Signature:

export interface AttributeMatch 

Properties

List of properties of this interface
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;