Interface: CustomModalModel
ModalApi.CustomModalModel
Description
Modal used to display an HTML element as content
Properties
Properties
actions
• actions: ModalAction
[]
Buttons at the bottom of a modal
contentElement
• contentElement: HTMLElement
Content inside of the modal
noActions
• Optional
noActions: boolean
Controls whether to show the action buttons at the bottom of the modal
noHeader
• Optional
noHeader: boolean
Controls whether to display a header on the modal
size
• Optional
size: RWCModalSize
Size of the modal
title
• title: string
Title to go in the header of the modal