Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

OnClickCallback

OnClickCallback: (this: SpeedDial, event: TriggeredEvent) => void

Type declaration

OnDocumentClickCallback

OnDocumentClickCallback: (event: Event) => void

Type declaration

    • Callback invoked when the document was clicked. This is used to detect whether the user clicked outside the speed dial so that it can be closed.

      Parameters

      Returns void

OnHideCallback

OnHideCallback: (this: SpeedDial) => void

Type declaration

    • Callback invoked when the speed dial was closed. This is called after the visible change callback.

      Parameters

      Returns void

OnShowCallback

OnShowCallback: (this: SpeedDial) => void

Type declaration

    • Callback invoked when the speed dial was opened. This is called after the visible change callback.

      Parameters

      Returns void

OnVisibleChangeCallback

OnVisibleChangeCallback: (this: SpeedDial, visible: SpeedDial) => void

Type declaration

    • Callback invoked when the visibility of the speed dial changed. This is called before the hide and show callbacks.

      Parameters

      Returns void

OpeningDirection

OpeningDirection: "up" | "down" | "left" | "right" | "up-left" | "up-right" | "down-left" | "down-right"

The opening animation direction for speed dial actions. up, down, left and right is applicable when PrimeFaces.widget.SpeedDialCfg.type is set to semi-circle, the others are applicable when type is set to quarter-circle.

OpeningType

OpeningType: "linear" | "circle" | "semi-circle" | "quarter-circle"

The opening animation type for speed dial actions.

Generated using TypeDoc