Interface ChatItemBodyRenderer

interface ChatItemBodyRenderer {
    attributes?: Partial<Record<"style" | "default" | "id" | "data" | "span" | "accept" | "accept-charset" | "accesskey" | "align" | "allow" | "allowfullscreen" | "alt" | "as" | "async" | "autocapitalize" | "autoplay" | "charset" | "class" | "cols" | "colspan" | "controls" | "crossorigin" | "data-*" | "datetime" | "decoding" | "dir" | "download" | "headers" | "hidden" | "high" | "href" | "hreflang" | "ismap" | "itemprop" | "kind" | "lang" | "language" | "loop" | "low" | "media" | "muted" | "optimum" | "ping" | "playsinline" | "poster" | "preload" | "referrerpolicy" | "rel" | "reversed" | "role" | "rowspan" | "sandbox" | "scope" | "shape" | "size" | "sizes" | "slot" | "spellcheck" | "src" | "srcdoc" | "srclang" | "srcset" | "start" | "target" | "title" | "translate" | "usemap" | "wrap" | "aspect-ratio", string>>;
    children?: (string | ChatItemBodyRenderer)[];
    classNames?: string[];
    events?: Partial<Record<GenericEvents, DomBuilderEventHandlerWithOptions | DomBuilderEventHandler>>;
    type: "object" | "q" | "i" | "map" | "code" | "a" | "audio" | "b" | "blockquote" | "br" | "hr" | "canvas" | "col" | "colgroup" | "data" | "div" | "em" | "embed" | "figcaption" | "figure" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "iframe" | "img" | "input" | "li" | "mark" | "ol" | "p" | "pre" | "s" | "small" | "source" | "span" | "strong" | "sub" | "sup" | "table" | "tbody" | "td" | "tfoot" | "th" | "thead" | "tr" | "track" | "u" | "ul" | "video";
}

Hierarchy

  • GenericDomBuilderAttributes
    • ChatItemBodyRenderer

Properties

attributes?: Partial<Record<"style" | "default" | "id" | "data" | "span" | "accept" | "accept-charset" | "accesskey" | "align" | "allow" | "allowfullscreen" | "alt" | "as" | "async" | "autocapitalize" | "autoplay" | "charset" | "class" | "cols" | "colspan" | "controls" | "crossorigin" | "data-*" | "datetime" | "decoding" | "dir" | "download" | "headers" | "hidden" | "high" | "href" | "hreflang" | "ismap" | "itemprop" | "kind" | "lang" | "language" | "loop" | "low" | "media" | "muted" | "optimum" | "ping" | "playsinline" | "poster" | "preload" | "referrerpolicy" | "rel" | "reversed" | "role" | "rowspan" | "sandbox" | "scope" | "shape" | "size" | "sizes" | "slot" | "spellcheck" | "src" | "srcdoc" | "srclang" | "srcset" | "start" | "target" | "title" | "translate" | "usemap" | "wrap" | "aspect-ratio", string>>
children?: (string | ChatItemBodyRenderer)[]
classNames?: string[]
events?: Partial<Record<GenericEvents, DomBuilderEventHandlerWithOptions | DomBuilderEventHandler>>
type: "object" | "q" | "i" | "map" | "code" | "a" | "audio" | "b" | "blockquote" | "br" | "hr" | "canvas" | "col" | "colgroup" | "data" | "div" | "em" | "embed" | "figcaption" | "figure" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "iframe" | "img" | "input" | "li" | "mark" | "ol" | "p" | "pre" | "s" | "small" | "source" | "span" | "strong" | "sub" | "sup" | "table" | "tbody" | "td" | "tfoot" | "th" | "thead" | "tr" | "track" | "u" | "ul" | "video"