Options
All
  • Public
  • Public/Protected
  • All
Menu

Data definition

Hierarchy

  • YesNoModalContent

Index

Constructors

Properties

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"

    Returns YesNoModalContent

Properties

body

body: string

hideNo

hideNo: boolean

noText

noText: string

title

title: string

yesText

yesText: string

Generated using TypeDoc