PopupMenuOptions interface

Index

Properties

Properties


activateOnMouseOver

● activateOnMouseOver?: boolean


adjustHeight

● adjustHeight?: boolean


anchor

● anchor?: HTMLElement


buttons

● buttons?: any


container

● container?: HTMLElement


domWriteItemsId

● domWriteItemsId?: boolean


hideButtons

● hideButtons?: boolean


id

● id?: string


isSubQuery

● isSubQuery?: boolean


itemFilterCallback

● itemFilterCallback?: (item: any) => boolean


itemRenderedCallback

● itemRenderedCallback?: (item: any, itemDiv: HTMLDivElement) => void


itemSelectedCallback

● itemSelectedCallback?: (item: any, selectedItems: any[]) => void


items

● items?: MenuItem[]


● menuClosedCallback?: () => void


multiselect

● multiselect?: boolean


onMenuItemSelected

● onMenuItemSelected?: boolean


searchBoxAlwaysShown

● searchBoxAlwaysShown?: boolean


searchBoxAutoFocus

● searchBoxAutoFocus?: boolean


selectedIds

● selectedIds?: string[] | string


showSearchBoxAfter

● showSearchBoxAfter?: number


showSelected

● showSelected?: boolean


submitOnBlur

● submitOnBlur?: boolean


useDefaultStyles

● useDefaultStyles?: boolean


zIndex

● zIndex?: number