MessageMark Interface
Packages > @anticrm/text > MessageMark
Signature:
export interface MessageMark
Properties
Property | Type | Description |
---|---|---|
attrs | { [key: string]: any; } | |
type | MessageMarkType |
Events
attrs
Signature:
attrs: {
[key: string]: any;
};
type
Signature:
type: MessageMarkType;