Interface TextEntityTypeCode

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

interface TextEntityTypeCode {
    @type: "textEntityTypeCode";
}

Properties

Properties

@type: "textEntityTypeCode"