Edit

Share via


PopupWindowAttributes type

Popup configurations for setting dimensions and position of popup window

type PopupWindowAttributes = {
  popupPosition?: PopupPosition
  popupSize?: PopupSize
}