File

src/app/components/count-info-card/count-info-card.ts

Description

An interface representing the details of the count information card

Index

Properties

Properties

alt
alt: string
Type : string

Alternate text for the image of the metric card

count
count: string
Type : string

Count of the metric card

image
image: string
Type : string

Path of the image

text
text: string
Type : string

Label of the metric card

export interface CountInfoCard {
  /** Path of the image */
  image: string;
  /** Count of the metric card */
  count: string;
  /** Label of the metric card */
  text: string;
  /** Alternate text for the image of the metric card */
  alt: string;
}

results matching ""

    No results matching ""