Interface TextEntityTypePre

Text that must be formatted as if inside a pre HTML tag. Subtype of TextEntityType.

interface TextEntityTypePre {
    @type: "textEntityTypePre";
}

Properties

Properties

@type: "textEntityTypePre"