Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

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

Type declaration

OnDocumentClickCallback: ((event: Event) => void)

Type declaration

    • (event: Event): void
    • 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

      • event: Event

      Returns void

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: ((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: ((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: "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: "linear" | "circle" | "semi-circle" | "quarter-circle"

The opening animation type for speed dial actions.

Generated using TypeDoc