Constructors
constructor
- new YesNoModalContent(title?: string, body?: string, hideNo?: boolean, yesText?: string, noText?: string): YesNoModalContent
-
Parameters
-
Default value title: string = "Hello World Title"
-
Default value body: string = "Hello World Body!"
-
Default value hideNo: boolean = false
-
Default value yesText: string = "YES"
-
Default value noText: string = "NO"
Properties
body
body: string
hideNo
hideNo: boolean
noText
noText: string
title
title: string
yesText
yesText: string
Data definition