Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICardBody<T>

Card Body

Type parameters

  • T

Hierarchy

  • ICardBody

Index

Properties

Optional actions

actions: Array<ICardAction>

Optional className

className: string

Optional content

content: string | T

Optional data

data: any

Optional onClick

onClick: (card?: ICardProps, ev?: Event) => void

Type declaration

    • Parameters

      Returns void

Optional onRender

onRender: (el?: HTMLElement, card?: ICardBody) => void

Type declaration

    • Parameters

      • Optional el: HTMLElement
      • Optional card: ICardBody

      Returns void

Optional onRenderTitle

onRenderTitle: (el?: HTMLElement, card?: ICardBody) => void

Type declaration

    • Parameters

      • Optional el: HTMLElement
      • Optional card: ICardBody

      Returns void

Optional subTitle

subTitle: string

Optional text

text: string

Optional title

title: string | T

Generated using TypeDoc