GitHub

DaffModal

interface

import { DaffModal } from '@daffodil/design/modal'

interface DaffModal {
  modal: ComponentRef$1<DaffModalComponent>
  overlay: OverlayRef
}

Properties

modal
ComponentRef$1<DaffModalComponent>

The reference to the modal in question

overlay
OverlayRef

The overlay associated with a given modal.