File

src/app/components/announcement-card/announcement-card.ts

Description

An interface representing announcement information to be displayed inside the card

Index

Properties

Properties

emoji
emoji: string
Type : string
Optional

Emoji to display with announcement

message
message: string
Type : string

Message of the announcement

route
route: string
Type : string
Optional

Route of the page to navigate to when clicked

routeText
routeText: string
Type : string
Optional

Label for the route

export interface Announcement {
  /** Message of the announcement */
  message: string;
  /** Route of the page to navigate to when clicked */
  route?: string;
  /** Label for the route */
  routeText?: string;
  /** Emoji to display with announcement */
  emoji?: string;
}

results matching ""

    No results matching ""