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

OptionalnoActions: boolean

Controls whether to show the action buttons at the bottom of the modal


noHeader

OptionalnoHeader: boolean

Controls whether to display a header on the modal


size

Optionalsize: RWCModalSize

Size of the modal


title

title: string

Title to go in the header of the modal