Class CodeBlock

All Implemented Interfaces:
Attachable, Container<HTMLDivElement,CodeBlock>, Finder<HTMLDivElement>, HasElement<HTMLDivElement,CodeBlock>, HasHTMLElement<HTMLDivElement,CodeBlock>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement,CodeBlock>, Component

public class CodeBlock extends BaseComponent<HTMLDivElement,CodeBlock> implements Attachable
A code block is a component that contains 2 or more lines of read-only code. The code in a code block can be copied to the clipboard.
See Also: