SerenityJS
Preparing search index...
@serenityjs/core
ActionFormButton
Interface ActionFormButton
Represents a button that can be shown on an action form.
interface
ActionFormButton
{
image
?:
ActionFormImage
;
text
:
string
;
}
Index
Properties
image?
text
Properties
Optional
image
image
?:
ActionFormImage
text
text
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
image
text
SerenityJS
Loading...
Represents a button that can be shown on an action form.