Interface TextEntityTypeUnderline

An underlined text. Subtype of TextEntityType.

interface TextEntityTypeUnderline {
    @type: "textEntityTypeUnderline";
}

Properties

Properties

@type: "textEntityTypeUnderline"