Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PopupOptions<>

Type Parameters

    Hierarchy

    • PopupOptions

    Index

    Properties

    autoDestroy: boolean

    Whether the popup should be automatically destroyed when hidden or not.

    cls: string

    Extra class name to add to the popup.

    content: any

    The content of the popup. Either the content or URL must be set.

    height: string

    The height of the popup.

    title: string

    The title of the popup.

    url: string

    The URL to use for the iframe to include as content for the popup.

    width: string

    The width of the popup.

    Generated using TypeDoc