IPopupAdapters

Type interface

Represents a list of available adapters for Export.

Inheritance

IPopupAdapters does not extend any other symbol.

IPopupAdapters is extended by IModalAdapters.

Properties

align
#

Param

Array
(
    [name] => Optional
    [type] => reference
    [typeArguments] => Array
        (
            [0] => Array
                (
                    [name] => Align
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Applied to horizontal alignment of the popup.

bottom
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Applied to bottom position value.

classNames
#

Param

Array
(
    [name] => 
    [type] => reflection
    [declaration] => Array
        (
            [name] => __type
            [kind] => type literal
            [sources] => Array
                (
                    [0] => .internal/core/elements/Popup.ts
                )

            [children] => Array
                (
                    [property] => Array
                        (
                            [0] => Array
                                (
                                    [name] => closeClass
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/elements/Popup.ts
                                        )

                                    [hash] => c94e20a19cc271617999131bcad377aa
                                )

                            [1] => Array
                                (
                                    [name] => contentClass
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/elements/Popup.ts
                                        )

                                    [hash] => ff178e7ea1ac7f10287d140a348a8d7f
                                )

                            [2] => Array
                                (
                                    [name] => curtainClass
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/elements/Popup.ts
                                        )

                                    [hash] => ff2193e8e66c4143b83c5b506a5d3e74
                                )

                            [3] => Array
                                (
                                    [name] => headerClass
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/elements/Popup.ts
                                        )

                                    [hash] => f594ae4894025f315bba107cc7fa776b
                                )

                            [4] => Array
                                (
                                    [name] => insideClass
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/elements/Popup.ts
                                        )

                                    [hash] => 985db5f5f71cabfa1abd881191370b6f
                                )

                            [5] => Array
                                (
                                    [name] => titleClass
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/elements/Popup.ts
                                        )

                                    [hash] => 6fb2aaa6583dc8915e9a4e1f7be24035
                                )

                            [6] => Array
                                (
                                    [name] => wrapperClass
                                    [kind] => variable
                                    [type] => Array
                                        (
                                            [name] => string
                                            [type] => intrinsic
                                        )

                                    [sources] => Array
                                        (
                                            [0] => .internal/core/elements/Popup.ts
                                        )

                                    [hash] => 691dabf07bd8de673f1f75fe8e793596
                                )

                        )

                )

            [hash] => b9e98b7d2aa3cada03c672c5b6b4052d
        )

)

{ type: string,
  target: Target }

Applied to class names list that are added as class for various popup elements.

classPrefix
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Applied to the class prefixes.

closable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Applied to closable property before it is retrieved.

content
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Applied to popup content before it is shown.

defaultStyles
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Applied to default defaultStyles property before it is retrieved.

draggable
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Applied to default draggable property before it is retrieved.

dynamicResize
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Applied to dynamicResize property before it is retrieved.

left
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Applied to left position value.

readerTitle
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Applied to the screen reader title.

right
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Applied to right position value.

showCurtain
#

Param

Array
(
    [name] => boolean
    [type] => intrinsic
)

{ type: string,
  target: Target }

Applied to default showCurtain property before it is retrieved.

title
#

Param

Array
(
    [name] => string
    [type] => intrinsic
)

{ type: string,
  target: Target }

Applied to popup title before it is shown.

top
#

Param

Array
(
    [name] => 
    [type] => union
    [types] => Array
        (
            [0] => Array
                (
                    [name] => number
                    [type] => intrinsic
                )

            [1] => Array
                (
                    [name] => Percent
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Applied to top position value.

verticalAlign
#

Param

Array
(
    [name] => Optional
    [type] => reference
    [typeArguments] => Array
        (
            [0] => Array
                (
                    [name] => VerticalAlign
                    [type] => reference
                )

        )

)

{ type: string,
  target: Target }

Applied to vertical alignment of the popup.