HeaderedRecord
A shape that displays structured/hierarchical data. Inherits from standard.Record shape and adds a background body rectangle, as well as a header rectangle and headerLabel text label.
SVG selectors​
Additional attrs properties:
| Selector | Node | Description |
|---|---|---|
| body | SVGRectElement | Rectangular body of the shape |
| header | SVGRectElement | Rectangular header of the shape, positioned above shape's body |
| header | SVGTextElement | Text label inside the header |
const headeredRecord = new shapes.standard.HeaderedRecord();