DaffModal
import { DaffModal } from '@daffodil/design/modal'
interface DaffModal {
modal: ComponentRef<DaffModalComponent>
overlay: OverlayRef
}
Properties
Name | Type | Description |
---|---|---|
modal | ComponentRef<DaffModalComponent> | The reference to the modal in question |
overlay | OverlayRef | The overlay associated with a given modal. |