Skip to content

Interface ActionsProps

Source: Actions.tsx

Indexable

[key: string]: unknown

Properties

avoidTaskbar?

optional avoidTaskbar: boolean

Whether the actions should automatically orient themselves to not overlap with the taskbar


children?

optional children: ReactNode


className?

optional className: string

className prop for the container


mode?

optional mode: string


onAnyTrigger()?

optional onAnyTrigger: (event: Event, triggerParams: unknown, ...args: unknown[]) => void

Function that handles the trigger event for all actions

Parameters

event

Event

triggerParams

unknown

args

...unknown[]

Returns

void


triggerParams?

optional triggerParams: unknown

The parameters to pass whenever an action is triggered

Built by Prozilla