Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

ContentMode

ContentMode: "iframe" | "image" | "inlne"

Type of the content that is shown in the lightbox.

OnHideCallback

OnHideCallback: (this: LightBox) => void

Type declaration

OnShowCallback

OnShowCallback: (this: LightBox) => void

Type declaration

OnShowHandlersCallback

OnShowHandlersCallback: () => void

Type declaration

    • (): void
    • List of registered callback handlers for when the lightbox is shown. See also LightBox.onshowHandlers.

      Returns void

Generated using TypeDoc