ReferenceMark Interface

Packages > @anticrm/text > ReferenceMark

Signature:

export interface ReferenceMark extends MessageMark 

Extends: MessageMark

Properties

List of properties of this interface
Property Type Description
attrs { id: string; class: string; }

Events

attrs

Signature:

attrs: {
        id: string;
        class: string;
    };