ng-xtend API documentation
Home
Guides
GitHub
Preparing search index...
xt-components
XtActionResult
Type Alias XtActionResult<Type>
Result of executing an action on an item
type
XtActionResult
<
Type
>
=
{
errors
?:
string
[]
;
status
:
"success"
|
"error"
|
"none"
;
value
?:
Type
|
null
;
warnings
?:
string
[]
;
}
Type Parameters
Type
Index
Properties
errors?
status
value?
warnings?
Properties
Optional
errors
errors
?:
string
[]
status
status
:
"success"
|
"error"
|
"none"
Optional
value
value
?:
Type
|
null
Optional
warnings
warnings
?:
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
status
value
warnings
Home
Guides
GitHub
ng-xtend API documentation
Loading...
Result of executing an action on an item