Axinom Mosaic Libraries
Axinom Portal
Preparing search index...
@axinom/mosaic-ui
ActionsProps
Interface ActionsProps
interface
ActionsProps
{
actions
?:
ActionData
[]
;
className
?:
string
;
onActionClick
?:
(
e
:
MouseEvent
<
HTMLDivElement
,
MouseEvent
>
,
action
:
ContextActionData
,
)
=>
void
;
width
?:
string
;
}
Hierarchy (
View Summary
)
ActionsProps
InlineMenuProps
Index
Properties
actions?
class
Name?
on
Action
Click?
width?
Properties
Optional
actions
actions
?:
ActionData
[]
Array of Actions to be rendered
Optional
class
Name
className
?:
string
CSS Class name for additional styles
Optional
on
Action
Click
onActionClick
?:
(
e
:
MouseEvent
<
HTMLDivElement
,
MouseEvent
>
,
action
:
ContextActionData
,
)
=>
void
Optional
width
width
?:
string
Width of the container
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
class
Name
on
Action
Click
width
Axinom Portal
Axinom Mosaic Libraries
Loading...
Array of Actions to be rendered