Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModalBodyElement

Element corresponding to a modal body.

An example of a modal body:

example

{
   tag: 'ModalBody',
   children: [{
     tag: 'span',
     children: 'Custom content!'
   }]
}

Hierarchy

  • IModalBodyElement

Index

Properties

Properties

children

children: IStandardElement[] | string

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

Optional props

props: __type

No props supported for modal body.

tag

Must be ModalBody.

Generated using TypeDoc