+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "VizRepeater" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++ ## VizRepeater class Signature ```typescript export declare class VizRepeater extends PureComponent, State> ``` Import ```typescript import { VizRepeater } from '@grafana/ui'; ``` Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [constructor(props)](#constructor-props) | | Constructs a new instance of the VizRepeater class | Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [defaultProps](#defaultprops-property) | static | DefaultProps | | Methods | Method | Modifiers | Description | | --- | --- | --- | | [componentDidUpdate(prevProps)](#componentdidupdate-method) | | | | [getOrientation()](#getorientation-method) | | | | [render()](#render-method) | | | | [renderGrid()](#rendergrid-method) | | | ### constructor(props) Constructs a new instance of the `VizRepeater` class Signature ```typescript constructor(props: Props); ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | props | Props<V, D> | | ### defaultProps property Signature ```typescript static defaultProps: DefaultProps; ``` ### componentDidUpdate method Signature ```typescript componentDidUpdate(prevProps: Props): void; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | prevProps | Props<V, D> | | Returns: `void` ### getOrientation method Signature ```typescript getOrientation(): VizOrientation; ``` Returns: `VizOrientation` ### render method Signature ```typescript render(): JSX.Element; ``` Returns: `JSX.Element` ### renderGrid method Signature ```typescript renderGrid(): JSX.Element; ``` Returns: `JSX.Element`