Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

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

    Returns DialogModel

Properties

body

body: any

height

height: string

title

title: string

type

type: string

width

width: string

Generated using TypeDoc