VizRepeaterRenderValueProps interface

Signature

  1. export interface VizRepeaterRenderValueProps<V, D = {}>

Import

  1. import { VizRepeaterRenderValueProps } from '@grafana/ui';

Properties

PropertyTypeDescription
alignmentFactorsD
countnumberTotal number of values being shown in repeater
heightnumber
orientationVizOrientation
valueV
widthnumber

alignmentFactors property

Signature

  1. alignmentFactors: D;

count property

Total number of values being shown in repeater

Signature

  1. count: number;

height property

Signature

  1. height: number;

orientation property

Signature

  1. orientation: VizOrientation;

value property

Signature

  1. value: V;

width property

Signature

  1. width: number;