Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModal

Hierarchy

  • IModal

Implemented by

Index

Properties

Methods

Properties

visible

visible: boolean

Determines the visibility of the modal. Almost always implemented as getter/setter.

Methods

close

  • close(): void
  • Closes the modal, equivalent to setting visible to false

    Returns void

open

  • open(): void
  • Opens the modal, equivalent to setting visible to true

    Returns void