Constructors
constructor
- new DialogModel(title?: string, body?: any, modelType?: string, width?: string, height?: string): DialogModel
-
Parameters
-
Optional title: string
-
Optional body: any
-
Optional modelType: string
-
Optional width: string
-
Optional height: string
Properties
body
body: any
height
height: string
title
title: string
type
type: string
width
width: string