API Reference > ui-ninezone > Footer > FooterPopupProps FooterPopupProps Interface Beta Properties of FooterPopup component. Extends CommonProps Properties Name Type Description children undefined | React.ReactNode Popup content. contentType FooterPopupContentType Describes content type. isOpen undefined | false | true Indicates if the popup is open. isPinned undefined | false | true Indicates if the popup is pinned. onClose undefined | () => void Function called when the popup is closed. onOutsideClick undefined | (e: MouseEvent) => void Function called when user clicks outside of the popup. target HTMLElement | null Popup target. Inherited properties Name Type Inherited from Description className undefined | string ClassNameProps Custom CSS class name style undefined | React.CSSProperties CommonProps Custom CSS style properties Defined in ui/ninezone/src/ui-ninezone/footer/Popup.tsx Line 27 Last Updated: 13 June, 2024