PopupConstructor
PopupConstructor<
T
> = (id
,config?
) =>IPopup
<T
>
Defined in: ui/Popup.ts:43
Type Parameters
Section titled “Type Parameters”T
= any
Parameters
Section titled “Parameters”string
| number
config?
Section titled “config?”Partial
<PopupConfig
<T
>>
Returns
Section titled “Returns”IPopup
<T
>