Interface PopupWindowParams

interface PopupWindowParams {
    popupWindowFeatures?: PopupWindowFeatures;
    popupWindowTarget?: string;
}

Properties

popupWindowFeatures?: PopupWindowFeatures
popupWindowTarget?: string

Generated using TypeDoc