+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "VizRepeaterRenderValueProps"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## VizRepeaterRenderValueProps interface
Signature
```typescript
export interface VizRepeaterRenderValueProps
```
Import
```typescript
import { VizRepeaterRenderValueProps } from '@grafana/ui';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [alignmentFactors](#alignmentfactors-property) | D
| |
| [height](#height-property) | number
| |
| [orientation](#orientation-property) | VizOrientation
| |
| [value](#value-property) | V
| |
| [width](#width-property) | number
| |
### alignmentFactors property
Signature
```typescript
alignmentFactors: D;
```
### height property
Signature
```typescript
height: number;
```
### orientation property
Signature
```typescript
orientation: VizOrientation;
```
### value property
Signature
```typescript
value: V;
```
### width property
Signature
```typescript
width: number;
```