SerenityJS
Preparing search index...
@serenityjs/core
ActionFormElement
Interface ActionFormElement
Represents an element that can be added to an action form.
interface
ActionFormElement
{
image
?:
ActionFormImage
;
text
?:
string
;
type
:
"header"
|
"label"
|
"divider"
|
"button"
;
}
Index
Properties
image?
text?
type
Properties
Optional
image
image
?:
ActionFormImage
Optional
text
text
?:
string
type
type
:
"header"
|
"label"
|
"divider"
|
"button"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
image
text
type
SerenityJS
Loading...
Represents an element that can be added to an action form.