Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new ConfirmDialogModel(title: string, body: any, modelType: string, showCancelBtn?: boolean, width?: string, height?: string): ConfirmDialogModel
  • Parameters

    • title: string
    • body: any
    • modelType: string
    • Optional showCancelBtn: boolean
    • Optional width: string
    • Optional height: string

    Returns ConfirmDialogModel

Properties

body

body: any

height

height: string

showCancelBtn

showCancelBtn: boolean

title

title: string

type

type: string

width

width: string

Generated using TypeDoc