Interface RepluggedAnnouncement

Hierarchy

  • RepluggedAnnouncement

Properties

_dismissed?: boolean
button?: {
    href?: string;
    onClick?: (() => void);
    text: string;
}

Type declaration

  • Optional href?: string
  • Optional onClick?: (() => void)
      • (): void
      • Returns void

  • text: string
color?: string
message: string
onClose?: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc