File

src/app/components/page-header/page-header-items.ts

Description

An interface representing the details of the page header card

Index

Properties

Properties

alt
alt: string
Type : string

Alternate text for the image of the card

image
image: string
Type : string

Path to the image of the card

subtitle
subtitle: string
Type : string

Description of the card

title
title: string
Type : string

Title of the card

export interface PageHeaderItems {
  /** Path to the image of the card */
  image: string;
  /** Title of the card */
  title: string;
  /** Description of the card */
  subtitle: string;
  /** Alternate text for the image of the card */
  alt: string;
}

results matching ""

    No results matching ""