Interface ActionsProps
Source: Actions.tsx
Indexable
[key: string]: unknown
Properties
avoidTaskbar?
optionalavoidTaskbar:boolean
Whether the actions should automatically orient themselves to not overlap with the taskbar
children?
optionalchildren:ReactNode
className?
optionalclassName:string
className prop for the container
mode?
optionalmode:string
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
triggerParams?
optionaltriggerParams:unknown
The parameters to pass whenever an action is triggered