Skip to content

Interface ActionsProps

Source: Actions.tsx

Indexable

[key: string]: unknown

Properties

mode?

optional mode?: string


className?

optional className?: string

className prop for the container.


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


children?

optional children?: ReactNode


triggerParams?

optional triggerParams?: unknown

The parameters to pass whenever an action is triggered.


avoidTaskbar?

optional avoidTaskbar?: boolean

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

Built by Prozilla