Gradebook Frontend Documentation - v0.0.0
Preparing search index...
interfaces/input-dialog.interface
InputDialogData
Interface InputDialogData
interface
InputDialogData
{
buttonCancelText
?:
string
;
buttonSubmitText
?:
string
;
label
:
string
;
max
?:
number
;
min
?:
number
;
title
:
string
;
type
:
"number"
|
"email"
|
"text"
|
"confirm"
;
value
?:
any
;
}
Index
Properties
button
Cancel
Text?
button
Submit
Text?
label
max?
min?
title
type
value?
Properties
Optional
button
Cancel
Text
buttonCancelText
?:
string
Optional
button
Submit
Text
buttonSubmitText
?:
string
label
label
:
string
Optional
max
max
?:
number
Optional
min
min
?:
number
title
title
:
string
type
type
:
"number"
|
"email"
|
"text"
|
"confirm"
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
button
Cancel
Text
button
Submit
Text
label
max
min
title
type
value
Gradebook Frontend Documentation - v0.0.0
Loading...