Interface ActionsProps
Source: Actions.tsx
Indexable
[
key:string]:unknown
Properties
mode?
optionalmode?:string
className?
optionalclassName?:string
className prop for the container.
onAnyTrigger?
optionalonAnyTrigger?: (event:Event,triggerParams:unknown, ...args:unknown[]) =>void
Function that handles the trigger event for all actions.
Parameters
event
triggerParams
unknown
args
...unknown[]
Returns
void
children?
optionalchildren?:ReactNode
triggerParams?
optionaltriggerParams?:unknown
The parameters to pass whenever an action is triggered.
avoidTaskbar?
optionalavoidTaskbar?:boolean
Whether the actions should automatically orient themselves to not overlap with the taskbar.