All native FzD Action Wheel exports are client-side.
open(actions?, options?)
Opens a contextual menu, or the current normal registry when actions is omitted internally.
Returns true, or false, reason when validation fails.
close()
Returns true when a visible wheel was closed.
toggle()
Closes the current wheel or opens the normal action registry.
isOpen()
Returns whether a wheel is currently open on the client.
registerAction(action)
Adds one top-level action. Returns true, or false, reason.
removeAction(id)
Removes a matching top-level action and returns whether it existed.
setActions(actions)
Replaces the complete normal action registry.
Compatibility exports
The resource also exposes compatibility exports used by the QB/Ox bridges, including AddOption, RemoveOption, addRadialItem, removeRadialItem, clearRadialItems, registerRadial, showRadialMenu, hideRadial, disableRadial and getCurrentRadialId.
Use the dedicated compatibility guides when migrating an existing radial integration instead of treating these as the preferred native FzD API.