SerenityJS
Preparing search index...
@serenityjs/core
ActionFormImage
Interface ActionFormImage
Represents an image that can be shown on an action form button.
interface
ActionFormImage
{
data
:
string
;
type
:
"path"
|
"url"
;
}
Index
Properties
data
type
Properties
data
data
:
string
type
type
:
"path"
|
"url"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
type
SerenityJS
Loading...
Represents an image that can be shown on an action form button.