Options
All
  • Public
  • Public/Protected
  • All
Menu

Modal

Hierarchy

Index

Properties

dispose

dispose: () => void

Disposes the modal.

Type declaration

    • (): void
    • Returns void

el

el: Element

The element.

handleUpdate

handleUpdate: () => void

Manually readjust the modal’s position if the height of a modal changes while it is open (i.e. in case a scrollbar appears).

Type declaration

    • (): void
    • Returns void

hide

hide: () => void

Manually hides a modal.

Type declaration

    • (): void
    • Returns void

isVisible

isVisible: boolean

Returns true if the modal is visible.

setTitle

setTitle: (title: string) => void

Updates the title.

Type declaration

    • (title: string): void
    • Parameters

      • title: string

      Returns void

show

show: () => void

Manually opens a modal.

Type declaration

    • (): void
    • Returns void

toggle

toggle: () => void

Manually toggles a modal.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc