Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModalFooterElement

Element corresponding to a modal footer.

An example of a modal footer:

example

{
   tag: 'ModalFooter',
   children: [{
     tag: 'button',
     props: {
       style: {
         marginBottom: '0'
       },
       className: 'custom-button'
     },
     children: 'Close'
   }]
}

Hierarchy

  • IModalFooterElement

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 footer.

tag

Must be ModalFooter.

Generated using TypeDoc