components/bits/PageActionsBar#
AppBarRunButton()#
Accepts both old AppBarButton props (textLong/textShort/tooltipPos) and new AdaptiveButton props (label/labelShort/tooltipPlacement) for backward compatibility during migration.
Parameters#
| Parameter | Type |
|---|---|
props |
{ onRun?: () => void; pageLabel: string; textLong?: string; textShort?: string; tooltipPos?: string; } & Omit<AdaptiveButtonProps, "label" | "onClick"> & { label?: string; } |
Returns#
Element
~~ButtonWithHint()~~#
Parameters#
| Parameter | Type |
|---|---|
props |
{ children: ReactNode; shortcut?: string; sx?: object; } |
props.children |
ReactNode |
props.shortcut? |
string |
props.sx? |
object |
Returns#
Element
Deprecated#
Use AdaptiveButton with shortcutHint prop directly. Kept for backward compatibility during migration.
PageActionsBar()#
Parameters#
| Parameter | Type |
|---|---|
props |
PageActionsBarProps |
Returns#
Element
ButtonSpec#
Properties#
disabled?#
icon?#
onClick?#
text#
textShort?#
tooltip#
PageActionsBarProps#
Properties#
new?#
onNewShortcut?#
Returns#
void
onSaveShortcut?#
Override keyboard shortcut when it differs from button onClick
Returns#
void