Member Junction
Preparing search index...
@memberjunction/ng-conversations
InputDialogOptions
Interface InputDialogOptions
interface
InputDialogOptions
{
cancelText
?:
string
;
inputLabel
:
string
;
inputType
?:
"number"
|
"textarea"
|
"text"
|
"email"
;
inputValue
?:
string
;
message
:
string
;
okText
?:
string
;
placeholder
?:
string
;
required
?:
boolean
;
secondInputLabel
?:
string
;
secondInputPlaceholder
?:
string
;
secondInputRequired
?:
boolean
;
secondInputValue
?:
string
;
title
:
string
;
}
Index
Properties
cancel
Text?
input
Label
input
Type?
input
Value?
message
ok
Text?
placeholder?
required?
second
Input
Label?
second
Input
Placeholder?
second
Input
Required?
second
Input
Value?
title
Properties
Optional
cancel
Text
cancelText
?:
string
input
Label
inputLabel
:
string
Optional
input
Type
inputType
?:
"number"
|
"textarea"
|
"text"
|
"email"
Optional
input
Value
inputValue
?:
string
message
message
:
string
Optional
ok
Text
okText
?:
string
Optional
placeholder
placeholder
?:
string
Optional
required
required
?:
boolean
Optional
second
Input
Label
secondInputLabel
?:
string
Optional
second
Input
Placeholder
secondInputPlaceholder
?:
string
Optional
second
Input
Required
secondInputRequired
?:
boolean
Optional
second
Input
Value
secondInputValue
?:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel
Text
input
Label
input
Type
input
Value
message
ok
Text
placeholder
required
second
Input
Label
second
Input
Placeholder
second
Input
Required
second
Input
Value
title
Member Junction
Loading...