ReferenceMark Interface
Packages > @anticrm/text > ReferenceMark
Signature:
export interface ReferenceMark extends MessageMark 
Extends: MessageMark
Properties
| Property | Type | Description | 
|---|---|---|
| attrs | { id: string; class: string; } | 
Events
attrs
Signature:
attrs: {
        id: string;
        class: string;
    };