MessageNode Interface

Packages > @anticrm/core > MessageNode

Signature:

export interface MessageNode 

Properties

List of properties of this interface
Property Type Description
attrs { [key: string]: string; } | undefined
content MessageNode[] | undefined
marks MessageMark[] | undefined
text string | undefined
type string

Events

attrs

Signature:

attrs: {
        [key: string]: string;
    } | undefined;

content

Signature:

content: MessageNode[] | undefined;

marks

Signature:

marks: MessageMark[] | undefined;

text

Signature:

text: string | undefined;

type

Signature:

type: string;