Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WindowOptions

Hierarchy

  • WindowOptions

Index

Properties

callbackHide

callbackHide: function

Callback when the window is hidden

Type declaration

    • (): void
    • Returns void

callbackShow

callbackShow: function

Callback when the window is shown

Type declaration

    • (): void
    • Returns void

cssClassListHide

cssClassListHide: string[]

CSS tags that the window gets when it's hidden

cssClassListShow

cssClassListShow: string[]

CSS tags that the window gets when it's shown

Generated using TypeDoc