Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModalHeaderElement

Element corresponding to a modal header.

An example of a modal header:

example

{
   tag: 'ModalHeader',
   props: {
     title: 'Integration Modal'
   }
}

Hierarchy

  • IModalHeaderElement

Index

Properties

Properties

children

children: IStandardElement[] | string

HTML children as an array of IStandardElement or as a string.

Optional props

props: object

No required props.

Type declaration

  • Optional title?: string

    Optional title for the modal header.

tag

Must be ModalHeader.

Generated using TypeDoc