jQuery SelectBox - CustomItemCreatingEvent

The type of the customItemCreating event handler's argument.

import { CustomItemCreatingEvent } from "devextreme/ui/select_box"
Type:

Object

component

The UI component's instance.

Type:

SelectBox

customItem

Type:

String

|

Object

|

Promise<any> (jQuery or native)

element

The UI component's container.

text

Type:

String