Interface TextEntityTypeMention

Represents a part of the text which must be formatted differently. Subtype of TextEntityType.

interface TextEntityTypeMention {
    @type: "textEntityTypeMention";
}

Properties

Properties

@type: "textEntityTypeMention"