Interface: SelectCellProps
@react-form-builder/designer.SelectCellProps
The properties of SelectCell component.
Hierarchy
↳
SelectCellProps
Properties
about
• Optional
about: string
Inherited from
accessKey
• Optional
accessKey: string
Inherited from
align
• Optional
align: JustifyContent
Inherited from
aria-activedescendant
• Optional
aria-activedescendant: string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
InputCellProps.aria-activedescendant
aria-atomic
• Optional
aria-atomic: Booleanish
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
aria-autocomplete
• Optional
aria-autocomplete: "none"
| "list"
| "inline"
| "both"
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
InputCellProps.aria-autocomplete
aria-busy
• Optional
aria-busy: Booleanish
Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
Inherited from
aria-checked
• Optional
aria-checked: boolean
| "true"
| "false"
| "mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
aria-colcount
• Optional
aria-colcount: number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
aria-colindex
• Optional
aria-colindex: number
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
aria-colspan
• Optional
aria-colspan: number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
aria-controls
• Optional
aria-controls: string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
aria-current
• Optional
aria-current: boolean
| "date"
| "time"
| "page"
| "true"
| "false"
| "step"
| "location"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
aria-describedby
• Optional
aria-describedby: string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
InputCellProps.aria-describedby
aria-details
• Optional
aria-details: string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
aria-disabled
• Optional
aria-disabled: Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
aria-dropeffect
• Optional
aria-dropeffect: "link"
| "none"
| "copy"
| "execute"
| "move"
| "popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
InputCellProps.aria-dropeffect
aria-errormessage
• Optional
aria-errormessage: string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
InputCellProps.aria-errormessage
aria-expanded
• Optional
aria-expanded: Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
aria-flowto
• Optional
aria-flowto: string
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
aria-grabbed
• Optional
aria-grabbed: Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
aria-haspopup
• Optional
aria-haspopup: boolean
| "dialog"
| "menu"
| "grid"
| "true"
| "listbox"
| "tree"
| "false"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
aria-hidden
• Optional
aria-hidden: Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
aria-invalid
• Optional
aria-invalid: boolean
| "true"
| "false"
| "grammar"
| "spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
aria-keyshortcuts
• Optional
aria-keyshortcuts: string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
InputCellProps.aria-keyshortcuts
aria-label
• Optional
aria-label: string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
aria-labelledby
• Optional
aria-labelledby: string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
InputCellProps.aria-labelledby
aria-level
• Optional
aria-level: number
Defines the hierarchical level of an element within a structure.
Inherited from
aria-live
• Optional
aria-live: "off"
| "assertive"
| "polite"
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
aria-modal
• Optional
aria-modal: Booleanish
Indicates whether an element is modal when displayed.
Inherited from
aria-multiline
• Optional
aria-multiline: Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
aria-multiselectable
• Optional
aria-multiselectable: Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
InputCellProps.aria-multiselectable
aria-orientation
• Optional
aria-orientation: "vertical"
| "horizontal"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
InputCellProps.aria-orientation
aria-owns
• Optional
aria-owns: string
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
aria-placeholder
• Optional
aria-placeholder: string
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
InputCellProps.aria-placeholder
aria-posinset
• Optional
aria-posinset: number
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
aria-pressed
• Optional
aria-pressed: boolean
| "true"
| "false"
| "mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
aria-readonly
• Optional
aria-readonly: Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
aria-relevant
• Optional
aria-relevant: "text"
| "all"
| "additions"
| "additions removals"
| "additions text"
| "removals"
| "removals additions"
| "removals text"
| "text additions"
| "text removals"
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
aria-required
• Optional
aria-required: Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
aria-roledescription
• Optional
aria-roledescription: string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
InputCellProps.aria-roledescription
aria-rowcount
• Optional
aria-rowcount: number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
aria-rowindex
• Optional
aria-rowindex: number
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
aria-rowspan
• Optional
aria-rowspan: number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
aria-selected
• Optional
aria-selected: Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
aria-setsize
• Optional
aria-setsize: number
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
aria-sort
• Optional
aria-sort: "none"
| "other"
| "ascending"
| "descending"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
aria-valuemax
• Optional
aria-valuemax: number
Defines the maximum allowed value for a range widget.
Inherited from
aria-valuemin
• Optional
aria-valuemin: number
Defines the minimum allowed value for a range widget.
Inherited from
aria-valuenow
• Optional
aria-valuenow: number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
aria-valuetext
• Optional
aria-valuetext: string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
autoCapitalize
• Optional
autoCapitalize: string
Inherited from
autoCorrect
• Optional
autoCorrect: string
Inherited from
autoFocus
• Optional
autoFocus: boolean
Inherited from
autoSave
• Optional
autoSave: string
Inherited from
children
• Optional
children: ReactNode
| (rowData
: RowDataType
<any
>, rowIndex?
: number
) => ReactNode
Inherited from
className
• Optional
className: string
Additional classes
Inherited from
classPrefix
• Optional
classPrefix: string
The prefix of the component CSS class
Inherited from
color
• Optional
color: string
Inherited from
contentEditable
• Optional
contentEditable: "inherit"
| Booleanish
Inherited from
InputCellProps.contentEditable
contextMenu
• Optional
contextMenu: string
Inherited from
dangerouslySetInnerHTML
• Optional
dangerouslySetInnerHTML: Object
Type declaration
Name | Type |
---|---|
__html | string |
Inherited from
InputCellProps.dangerouslySetInnerHTML
dataKey
• dataKey: string
The cell data key.
Inherited from
datatype
• Optional
datatype: string
Inherited from
defaultChecked
• Optional
defaultChecked: boolean
Inherited from
defaultValue
• Optional
defaultValue: string
| number
| readonly string
[]
Inherited from
depth
• Optional
depth: number
Inherited from
dir
• Optional
dir: string
Inherited from
draggable
• Optional
draggable: Booleanish
Inherited from
expanded
• Optional
expanded: boolean
Inherited from
firstColumn
• Optional
firstColumn: boolean
Inherited from
fullText
• Optional
fullText: boolean
Inherited from
hasChildren
• Optional
hasChildren: boolean
Inherited from
headerHeight
• Optional
headerHeight: number
Inherited from
height
• Optional
height: number
| (rowData
: RowDataType
<any
>) => number
Inherited from
hidden
• Optional
hidden: boolean
Inherited from
id
• Optional
id: string
Inherited from
inlist
• Optional
inlist: any
Inherited from
inputMode
• Optional
inputMode: "search"
| "text"
| "none"
| "email"
| "url"
| "tel"
| "numeric"
| "decimal"
Hints at the type of data that might be entered by the user while editing the element or its contents
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
is
• Optional
is: string
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
isHeaderCell
• Optional
isHeaderCell: boolean
Inherited from
itemID
• Optional
itemID: string
Inherited from
itemProp
• Optional
itemProp: string
Inherited from
itemRef
• Optional
itemRef: string
Inherited from
itemScope
• Optional
itemScope: boolean
Inherited from
itemType
• Optional
itemType: string
Inherited from
lang
• Optional
lang: string
Inherited from
lastColumn
• Optional
lastColumn: boolean
Inherited from
left
• Optional
left: number
Inherited from
nonce
• Optional
nonce: string
Inherited from
onAbort
• Optional
onAbort: ReactEventHandler
<HTMLElement
>
Inherited from
onAbortCapture
• Optional
onAbortCapture: ReactEventHandler
<HTMLElement
>
Inherited from
onAnimationEnd
• Optional
onAnimationEnd: AnimationEventHandler
<HTMLElement
>
Inherited from
onAnimationEndCapture
• Optional
onAnimationEndCapture: AnimationEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onAnimationEndCapture
onAnimationIteration
• Optional
onAnimationIteration: AnimationEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onAnimationIteration
onAnimationIterationCapture
• Optional
onAnimationIterationCapture: AnimationEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onAnimationIterationCapture
onAnimationStart
• Optional
onAnimationStart: AnimationEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onAnimationStart
onAnimationStartCapture
• Optional
onAnimationStartCapture: AnimationEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onAnimationStartCapture
onAuxClick
• Optional
onAuxClick: MouseEventHandler
<HTMLElement
>
Inherited from
onAuxClickCapture
• Optional
onAuxClickCapture: MouseEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onAuxClickCapture
onBeforeInput
• Optional
onBeforeInput: FormEventHandler
<HTMLElement
>
Inherited from
onBeforeInputCapture
• Optional
onBeforeInputCapture: FormEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onBeforeInputCapture
onBlur
• Optional
onBlur: FocusEventHandler
<HTMLElement
>
Inherited from
onBlurCapture
• Optional
onBlurCapture: FocusEventHandler
<HTMLElement
>
Inherited from
onCanPlay
• Optional
onCanPlay: ReactEventHandler
<HTMLElement
>
Inherited from
onCanPlayCapture
• Optional
onCanPlayCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onCanPlayCapture
onCanPlayThrough
• Optional
onCanPlayThrough: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onCanPlayThrough
onCanPlayThroughCapture
• Optional
onCanPlayThroughCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onCanPlayThroughCapture
onChange
• Optional
onChange: (value?
: any
, dataKey?
: string
, rowIndex?
: number
) => void
Type declaration
▸ (value?
, dataKey?
, rowIndex?
): void
The callback function called when the data in a cell is changed.
Parameters
Name | Type | Description |
---|---|---|
value? | any | the value. |
dataKey? | string | the cell data key. |
rowIndex? | number | the cell row index. |
Returns
void
Inherited from
onChangeCapture
• Optional
onChangeCapture: FormEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onChangeCapture
onClick
• Optional
onClick: MouseEventHandler
<HTMLElement
>
Inherited from
onClickCapture
• Optional
onClickCapture: MouseEventHandler
<HTMLElement
>
Inherited from
onCompositionEnd
• Optional
onCompositionEnd: CompositionEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onCompositionEnd
onCompositionEndCapture
• Optional
onCompositionEndCapture: CompositionEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onCompositionEndCapture
onCompositionStart
• Optional
onCompositionStart: CompositionEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onCompositionStart
onCompositionStartCapture
• Optional
onCompositionStartCapture: CompositionEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onCompositionStartCapture
onCompositionUpdate
• Optional
onCompositionUpdate: CompositionEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onCompositionUpdate
onCompositionUpdateCapture
• Optional
onCompositionUpdateCapture: CompositionEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onCompositionUpdateCapture
onContextMenu
• Optional
onContextMenu: MouseEventHandler
<HTMLElement
>
Inherited from
onContextMenuCapture
• Optional
onContextMenuCapture: MouseEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onContextMenuCapture
onCopy
• Optional
onCopy: ClipboardEventHandler
<HTMLElement
>
Inherited from
onCopyCapture
• Optional
onCopyCapture: ClipboardEventHandler
<HTMLElement
>
Inherited from
onCut
• Optional
onCut: ClipboardEventHandler
<HTMLElement
>
Inherited from
onCutCapture
• Optional
onCutCapture: ClipboardEventHandler
<HTMLElement
>
Inherited from
onDoubleClick
• Optional
onDoubleClick: MouseEventHandler
<HTMLElement
>
Inherited from
onDoubleClickCapture
• Optional
onDoubleClickCapture: MouseEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onDoubleClickCapture
onDrag
• Optional
onDrag: DragEventHandler
<HTMLElement
>
Inherited from
onDragCapture
• Optional
onDragCapture: DragEventHandler
<HTMLElement
>
Inherited from
onDragEnd
• Optional
onDragEnd: DragEventHandler
<HTMLElement
>
Inherited from
onDragEndCapture
• Optional
onDragEndCapture: DragEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onDragEndCapture
onDragEnter
• Optional
onDragEnter: DragEventHandler
<HTMLElement
>
Inherited from
onDragEnterCapture
• Optional
onDragEnterCapture: DragEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onDragEnterCapture
onDragExit
• Optional
onDragExit: DragEventHandler
<HTMLElement
>
Inherited from
onDragExitCapture
• Optional
onDragExitCapture: DragEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onDragExitCapture
onDragLeave
• Optional
onDragLeave: DragEventHandler
<HTMLElement
>
Inherited from
onDragLeaveCapture
• Optional
onDragLeaveCapture: DragEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onDragLeaveCapture
onDragOver
• Optional
onDragOver: DragEventHandler
<HTMLElement
>
Inherited from
onDragOverCapture
• Optional
onDragOverCapture: DragEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onDragOverCapture
onDragStart
• Optional
onDragStart: DragEventHandler
<HTMLElement
>
Inherited from
onDragStartCapture
• Optional
onDragStartCapture: DragEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onDragStartCapture
onDrop
• Optional
onDrop: DragEventHandler
<HTMLElement
>
Inherited from
onDropCapture
• Optional
onDropCapture: DragEventHandler
<HTMLElement
>
Inherited from
onDurationChange
• Optional
onDurationChange: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onDurationChange
onDurationChangeCapture
• Optional
onDurationChangeCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onDurationChangeCapture
onEmptied
• Optional
onEmptied: ReactEventHandler
<HTMLElement
>
Inherited from
onEmptiedCapture
• Optional
onEmptiedCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onEmptiedCapture
onEncrypted
• Optional
onEncrypted: ReactEventHandler
<HTMLElement
>
Inherited from
onEncryptedCapture
• Optional
onEncryptedCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onEncryptedCapture
onEnded
• Optional
onEnded: ReactEventHandler
<HTMLElement
>
Inherited from
onEndedCapture
• Optional
onEndedCapture: ReactEventHandler
<HTMLElement
>
Inherited from
onError
• Optional
onError: ReactEventHandler
<HTMLElement
>
Inherited from
onErrorCapture
• Optional
onErrorCapture: ReactEventHandler
<HTMLElement
>
Inherited from
onFocus
• Optional
onFocus: FocusEventHandler
<HTMLElement
>
Inherited from
onFocusCapture
• Optional
onFocusCapture: FocusEventHandler
<HTMLElement
>
Inherited from
onGotPointerCapture
• Optional
onGotPointerCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onGotPointerCapture
onGotPointerCaptureCapture
• Optional
onGotPointerCaptureCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onGotPointerCaptureCapture
onInput
• Optional
onInput: FormEventHandler
<HTMLElement
>
Inherited from
onInputCapture
• Optional
onInputCapture: FormEventHandler
<HTMLElement
>
Inherited from
onInvalid
• Optional
onInvalid: FormEventHandler
<HTMLElement
>
Inherited from
onInvalidCapture
• Optional
onInvalidCapture: FormEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onInvalidCapture
onKeyDown
• Optional
onKeyDown: KeyboardEventHandler
<HTMLElement
>
Inherited from
onKeyDownCapture
• Optional
onKeyDownCapture: KeyboardEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onKeyDownCapture
onKeyPress
• Optional
onKeyPress: KeyboardEventHandler
<HTMLElement
>
Deprecated
Inherited from
onKeyPressCapture
• Optional
onKeyPressCapture: KeyboardEventHandler
<HTMLElement
>
Deprecated
Inherited from
InputCellProps.onKeyPressCapture
onKeyUp
• Optional
onKeyUp: KeyboardEventHandler
<HTMLElement
>
Inherited from
onKeyUpCapture
• Optional
onKeyUpCapture: KeyboardEventHandler
<HTMLElement
>
Inherited from
onLoad
• Optional
onLoad: ReactEventHandler
<HTMLElement
>
Inherited from
onLoadCapture
• Optional
onLoadCapture: ReactEventHandler
<HTMLElement
>
Inherited from
onLoadStart
• Optional
onLoadStart: ReactEventHandler
<HTMLElement
>
Inherited from
onLoadStartCapture
• Optional
onLoadStartCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onLoadStartCapture
onLoadedData
• Optional
onLoadedData: ReactEventHandler
<HTMLElement
>
Inherited from
onLoadedDataCapture
• Optional
onLoadedDataCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onLoadedDataCapture
onLoadedMetadata
• Optional
onLoadedMetadata: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onLoadedMetadata
onLoadedMetadataCapture
• Optional
onLoadedMetadataCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onLoadedMetadataCapture
onLostPointerCapture
• Optional
onLostPointerCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onLostPointerCapture
onLostPointerCaptureCapture
• Optional
onLostPointerCaptureCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onLostPointerCaptureCapture
onMouseDown
• Optional
onMouseDown: MouseEventHandler
<HTMLElement
>
Inherited from
onMouseDownCapture
• Optional
onMouseDownCapture: MouseEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onMouseDownCapture
onMouseEnter
• Optional
onMouseEnter: MouseEventHandler
<HTMLElement
>
Inherited from
onMouseLeave
• Optional
onMouseLeave: MouseEventHandler
<HTMLElement
>
Inherited from
onMouseMove
• Optional
onMouseMove: MouseEventHandler
<HTMLElement
>
Inherited from
onMouseMoveCapture
• Optional
onMouseMoveCapture: MouseEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onMouseMoveCapture
onMouseOut
• Optional
onMouseOut: MouseEventHandler
<HTMLElement
>
Inherited from
onMouseOutCapture
• Optional
onMouseOutCapture: MouseEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onMouseOutCapture
onMouseOver
• Optional
onMouseOver: MouseEventHandler
<HTMLElement
>
Inherited from
onMouseOverCapture
• Optional
onMouseOverCapture: MouseEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onMouseOverCapture
onMouseUp
• Optional
onMouseUp: MouseEventHandler
<HTMLElement
>
Inherited from
onMouseUpCapture
• Optional
onMouseUpCapture: MouseEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onMouseUpCapture
onPaste
• Optional
onPaste: ClipboardEventHandler
<HTMLElement
>
Inherited from
onPasteCapture
• Optional
onPasteCapture: ClipboardEventHandler
<HTMLElement
>
Inherited from
onPause
• Optional
onPause: ReactEventHandler
<HTMLElement
>
Inherited from
onPauseCapture
• Optional
onPauseCapture: ReactEventHandler
<HTMLElement
>
Inherited from
onPlay
• Optional
onPlay: ReactEventHandler
<HTMLElement
>
Inherited from
onPlayCapture
• Optional
onPlayCapture: ReactEventHandler
<HTMLElement
>
Inherited from
onPlaying
• Optional
onPlaying: ReactEventHandler
<HTMLElement
>
Inherited from
onPlayingCapture
• Optional
onPlayingCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPlayingCapture
onPointerCancel
• Optional
onPointerCancel: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPointerCancel
onPointerCancelCapture
• Optional
onPointerCancelCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPointerCancelCapture
onPointerDown
• Optional
onPointerDown: PointerEventHandler
<HTMLElement
>
Inherited from
onPointerDownCapture
• Optional
onPointerDownCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPointerDownCapture
onPointerEnter
• Optional
onPointerEnter: PointerEventHandler
<HTMLElement
>
Inherited from
onPointerEnterCapture
• Optional
onPointerEnterCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPointerEnterCapture
onPointerLeave
• Optional
onPointerLeave: PointerEventHandler
<HTMLElement
>
Inherited from
onPointerLeaveCapture
• Optional
onPointerLeaveCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPointerLeaveCapture
onPointerMove
• Optional
onPointerMove: PointerEventHandler
<HTMLElement
>
Inherited from
onPointerMoveCapture
• Optional
onPointerMoveCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPointerMoveCapture
onPointerOut
• Optional
onPointerOut: PointerEventHandler
<HTMLElement
>
Inherited from
onPointerOutCapture
• Optional
onPointerOutCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPointerOutCapture
onPointerOver
• Optional
onPointerOver: PointerEventHandler
<HTMLElement
>
Inherited from
onPointerOverCapture
• Optional
onPointerOverCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPointerOverCapture
onPointerUp
• Optional
onPointerUp: PointerEventHandler
<HTMLElement
>
Inherited from
onPointerUpCapture
• Optional
onPointerUpCapture: PointerEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onPointerUpCapture
onProgress
• Optional
onProgress: ReactEventHandler
<HTMLElement
>
Inherited from
onProgressCapture
• Optional
onProgressCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onProgressCapture
onRateChange
• Optional
onRateChange: ReactEventHandler
<HTMLElement
>
Inherited from
onRateChangeCapture
• Optional
onRateChangeCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onRateChangeCapture
onReset
• Optional
onReset: FormEventHandler
<HTMLElement
>
Inherited from
onResetCapture
• Optional
onResetCapture: FormEventHandler
<HTMLElement
>
Inherited from
onScroll
• Optional
onScroll: UIEventHandler
<HTMLElement
>
Inherited from
onScrollCapture
• Optional
onScrollCapture: UIEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onScrollCapture
onSeeked
• Optional
onSeeked: ReactEventHandler
<HTMLElement
>
Inherited from
onSeekedCapture
• Optional
onSeekedCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onSeekedCapture
onSeeking
• Optional
onSeeking: ReactEventHandler
<HTMLElement
>
Inherited from
onSeekingCapture
• Optional
onSeekingCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onSeekingCapture
onSelect
• Optional
onSelect: ReactEventHandler
<HTMLElement
>
Inherited from
onSelectCapture
• Optional
onSelectCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onSelectCapture
onStalled
• Optional
onStalled: ReactEventHandler
<HTMLElement
>
Inherited from
onStalledCapture
• Optional
onStalledCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onStalledCapture
onSubmit
• Optional
onSubmit: FormEventHandler
<HTMLElement
>
Inherited from
onSubmitCapture
• Optional
onSubmitCapture: FormEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onSubmitCapture
onSuspend
• Optional
onSuspend: ReactEventHandler
<HTMLElement
>
Inherited from
onSuspendCapture
• Optional
onSuspendCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onSuspendCapture
onTimeUpdate
• Optional
onTimeUpdate: ReactEventHandler
<HTMLElement
>
Inherited from
onTimeUpdateCapture
• Optional
onTimeUpdateCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onTimeUpdateCapture
onTouchCancel
• Optional
onTouchCancel: TouchEventHandler
<HTMLElement
>
Inherited from
onTouchCancelCapture
• Optional
onTouchCancelCapture: TouchEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onTouchCancelCapture
onTouchEnd
• Optional
onTouchEnd: TouchEventHandler
<HTMLElement
>
Inherited from
onTouchEndCapture
• Optional
onTouchEndCapture: TouchEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onTouchEndCapture
onTouchMove
• Optional
onTouchMove: TouchEventHandler
<HTMLElement
>
Inherited from
onTouchMoveCapture
• Optional
onTouchMoveCapture: TouchEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onTouchMoveCapture
onTouchStart
• Optional
onTouchStart: TouchEventHandler
<HTMLElement
>
Inherited from
onTouchStartCapture
• Optional
onTouchStartCapture: TouchEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onTouchStartCapture
onTransitionEnd
• Optional
onTransitionEnd: TransitionEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onTransitionEnd
onTransitionEndCapture
• Optional
onTransitionEndCapture: TransitionEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onTransitionEndCapture
onTreeToggle
• Optional
onTreeToggle: (rowKey?
: string
| number
, rowIndex?
: number
, rowData?
: RowDataType
<any
>, event?
: MouseEvent
<Element
, MouseEvent
>) => void
Type declaration
▸ (rowKey?
, rowIndex?
, rowData?
, event?
): void
Parameters
Name | Type |
---|---|
rowKey? | string | number |
rowIndex? | number |
rowData? | RowDataType <any > |
event? | MouseEvent <Element , MouseEvent > |
Returns
void
Inherited from
onVolumeChange
• Optional
onVolumeChange: ReactEventHandler
<HTMLElement
>
Inherited from
onVolumeChangeCapture
• Optional
onVolumeChangeCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onVolumeChangeCapture
onWaiting
• Optional
onWaiting: ReactEventHandler
<HTMLElement
>
Inherited from
onWaitingCapture
• Optional
onWaitingCapture: ReactEventHandler
<HTMLElement
>
Inherited from
InputCellProps.onWaitingCapture
onWheel
• Optional
onWheel: WheelEventHandler
<HTMLElement
>
Inherited from
onWheelCapture
• Optional
onWheelCapture: WheelEventHandler
<HTMLElement
>
Inherited from
options
• options: LabeledValue
[]
The select options.
placeholder
• Optional
placeholder: string
Inherited from
predefinedStyle
• Optional
predefinedStyle: CSSProperties
Inherited from
InputCellProps.predefinedStyle
prefix
• Optional
prefix: string
Inherited from
property
• Optional
property: string
Inherited from
radioGroup
• Optional
radioGroup: string
Inherited from
removed
• Optional
removed: boolean
Inherited from
renderCell
• Optional
renderCell: (contentChildren
: any
) => ReactNode
Type declaration
▸ (contentChildren
): ReactNode
Parameters
Name | Type |
---|---|
contentChildren | any |
Returns
ReactNode
Inherited from
renderTreeToggle
• Optional
renderTreeToggle: (expandButton
: ReactNode
, rowData?
: RowDataType
<any
>, expanded?
: boolean
) => ReactNode
Type declaration
▸ (expandButton
, rowData?
, expanded?
): ReactNode
Parameters
Name | Type |
---|---|
expandButton | ReactNode |
rowData? | RowDataType <any > |
expanded? | boolean |
Returns
ReactNode
Inherited from
InputCellProps.renderTreeToggle
resource
• Optional
resource: string
Inherited from
results
• Optional
results: number
Inherited from
role
• Optional
role: AriaRole
Inherited from
rowData
• rowData: RowDataType
<any
>
Rows data.
Inherited from
rowIndex
• Optional
rowIndex: number
Row Number
Inherited from
rowKey
• Optional
rowKey: string
| number
Inherited from
rowSpan
• Optional
rowSpan: number
Inherited from
security
• Optional
security: string
Inherited from
slot
• Optional
slot: string
Inherited from
spellCheck
• Optional
spellCheck: Booleanish
Inherited from
style
• Optional
style: CSSProperties
Inherited from
suppressContentEditableWarning
• Optional
suppressContentEditableWarning: boolean
Inherited from
InputCellProps.suppressContentEditableWarning
suppressHydrationWarning
• Optional
suppressHydrationWarning: boolean
Inherited from
InputCellProps.suppressHydrationWarning
tabIndex
• Optional
tabIndex: number
Inherited from
title
• Optional
title: string
Inherited from
translate
• Optional
translate: "no"
| "yes"
Inherited from
treeCol
• Optional
treeCol: boolean
Inherited from
typeof
• Optional
typeof: string
Inherited from
unselectable
• Optional
unselectable: "on"
| "off"
Inherited from
verticalAlign
• Optional
verticalAlign: "bottom"
| "top"
| "middle"
| AlignItems
Inherited from
vocab
• Optional
vocab: string
Inherited from
width
• Optional
width: number
Inherited from
wordWrap
• Optional
wordWrap: boolean
| "break-all"
| "break-word"
| "keep-all"