@refinio/one.ui
Preparing search index...
ui/views/questionnaire/types
Message
Interface Message
Message structure for either relaying it to callbacks or showing it in the view (default).
text is i18n translation string.
additionalText is pure string from the defenition of the Questionnaire.
interface
Message
{
additionalText
?:
string
;
text
:
string
;
type
:
"error"
|
"success"
|
"info"
|
"warning"
;
}
Index
Properties
additional
Text?
text
type
Properties
Optional
additional
Text
additionalText
?:
string
text
text
:
string
type
type
:
"error"
|
"success"
|
"info"
|
"warning"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
additional
Text
text
type
@refinio/one.ui
Loading...
Message structure for either relaying it to callbacks or showing it in the view (default).