Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

OnHideCallback

OnHideCallback: (this: OverlayPanel) => void

Type declaration

    • Callback that is invoked when the panel is hidden. The data table widget instance ins passed as the this context.

      Parameters

      Returns void

OnShowCallback

OnShowCallback: (this: OverlayPanel) => void

Type declaration

    • Callback that is invoked when the panel is shown. The overlay panel widget instance ins passed as the this context.

      Parameters

      Returns void

Generated using TypeDoc