Interface: SelectCellProps
The properties of SelectCell component.
Extends
Properties
about?
optionalabout:string
Inherited from
accessKey?
optionalaccessKey:string
Inherited from
align?
optionalalign:JustifyContent
Inherited from
aria-activedescendant?
optionalaria-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?
optionalaria-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?
optionalaria-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-braillelabel?
optionalaria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
InputCellProps.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
InputCellProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
aria-checked?
optionalaria-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?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
aria-colindex?
optionalaria-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-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
InputCellProps.aria-colindextext
aria-colspan?
optionalaria-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?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
aria-current?
optionalaria-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?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
InputCellProps.aria-describedby
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
InputCellProps.aria-description
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
aria-disabled?
optionalaria-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?
optionalaria-dropeffect:"none"|"link"|"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?
optionalaria-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?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
aria-flowto?
optionalaria-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?
optionalaria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
aria-haspopup?
optionalaria-haspopup:boolean|"grid"|"dialog"|"menu"|"true"|"false"|"listbox"|"tree"
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?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
aria-invalid?
optionalaria-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?
optionalaria-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?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
InputCellProps.aria-labelledby
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
aria-live?
optionalaria-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?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
InputCellProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
InputCellProps.aria-orientation
aria-owns?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
aria-readonly?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
aria-relevant?
optionalaria-relevant:"all"|"text"|"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?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
InputCellProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
aria-rowindex?
optionalaria-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-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
InputCellProps.aria-rowindextext
aria-rowspan?
optionalaria-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?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
aria-setsize?
optionalaria-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?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
aria-valuemax?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"off"|"on"|"sentences"|"words"|"characters"
Inherited from
autoCorrect?
optionalautoCorrect:string
Inherited from
autoFocus?
optionalautoFocus:boolean
Inherited from
autoSave?
optionalautoSave:string
Inherited from
children?
optionalchildren:ReactNode| (rowData,rowIndex?) =>ReactNode
Inherited from
className?
optionalclassName:string
Inherited from
classPrefix?
optionalclassPrefix:string
CSS class prefix for component styling customization
Inherited from
color?
optionalcolor:string
Inherited from
content?
optionalcontent:string
Inherited from
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Inherited from
InputCellProps.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
InputCellProps.dangerouslySetInnerHTML
dataKey
dataKey:
string
The cell data key.
Inherited from
datatype?
optionaldatatype:string
Inherited from
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
depth?
optionaldepth:number
Inherited from
dir?
optionaldir:string
Inherited from
draggable?
optionaldraggable:Booleanish
Inherited from
enterKeyHint?
optionalenterKeyHint:"done"|"search"|"enter"|"go"|"next"|"previous"|"send"
Inherited from
expanded?
optionalexpanded:boolean
Inherited from
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
firstColumn?
optionalfirstColumn:boolean
Inherited from
fullText?
optionalfullText:boolean
Inherited from
hasChildren?
optionalhasChildren:boolean
Inherited from
headerHeight?
optionalheaderHeight:number
Inherited from
height?
optionalheight:number| (rowData) =>number
Inherited from
hidden?
optionalhidden:boolean
Inherited from
id?
optionalid:string
Inherited from
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
inlist?
optionalinlist:any
Inherited from
inputMode?
optionalinputMode:"none"|"search"|"text"|"tel"|"url"|"email"|"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?
optionalis: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?
optionalisHeaderCell:boolean
Inherited from
itemID?
optionalitemID:string
Inherited from
itemProp?
optionalitemProp:string
Inherited from
itemRef?
optionalitemRef:string
Inherited from
itemScope?
optionalitemScope:boolean
Inherited from
itemType?
optionalitemType:string
Inherited from
lang?
optionallang:string
Inherited from
lastColumn?
optionallastColumn:boolean
Inherited from
left?
optionalleft:number
Inherited from
nonce?
optionalnonce:string
Inherited from
onAbort?
optionalonAbort:ReactEventHandler<HTMLElement>
Inherited from
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLElement>
Inherited from
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLElement>
Inherited from
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLElement>
Inherited from
InputCellProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLElement>
Inherited from
InputCellProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLElement>
Inherited from
InputCellProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLElement>
Inherited from
InputCellProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLElement>
Inherited from
InputCellProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLElement>
Inherited from
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLElement>
Inherited from
InputCellProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLElement>
Inherited from
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLElement>
Inherited from
InputCellProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLElement>
Inherited from
onBlur?
optionalonBlur:FocusEventHandler<HTMLElement>
Inherited from
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLElement>
Inherited from
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLElement>
Inherited from
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onCanPlayThroughCapture
onChange()?
optionalonChange: (value?,dataKey?,rowIndex?) =>void
The callback function called when the data in a cell is changed.
Parameters
value?
any
the value.
dataKey?
string
the cell data key.
rowIndex?
number
the cell row index.
Returns
void
Inherited from
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLElement>
Inherited from
InputCellProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLElement>
Inherited from
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLElement>
Inherited from
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLElement>
Inherited from
InputCellProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLElement>
Inherited from
InputCellProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLElement>
Inherited from
InputCellProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLElement>
Inherited from
InputCellProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLElement>
Inherited from
InputCellProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLElement>
Inherited from
InputCellProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLElement>
Inherited from
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLElement>
Inherited from
InputCellProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLElement>
Inherited from
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLElement>
Inherited from
onCut?
optionalonCut:ClipboardEventHandler<HTMLElement>
Inherited from
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLElement>
Inherited from
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLElement>
Inherited from
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLElement>
Inherited from
InputCellProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLElement>
Inherited from
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLElement>
Inherited from
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLElement>
Inherited from
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLElement>
Inherited from
InputCellProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLElement>
Inherited from
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLElement>
Inherited from
InputCellProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLElement>
Inherited from
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLElement>
Inherited from
InputCellProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLElement>
Inherited from
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLElement>
Inherited from
InputCellProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLElement>
Inherited from
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLElement>
Inherited from
InputCellProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLElement>
Inherited from
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLElement>
Inherited from
InputCellProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLElement>
Inherited from
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLElement>
Inherited from
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLElement>
Inherited from
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLElement>
Inherited from
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLElement>
Inherited from
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLElement>
Inherited from
onError?
optionalonError:ReactEventHandler<HTMLElement>
Inherited from
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLElement>
Inherited from
onFocus?
optionalonFocus:FocusEventHandler<HTMLElement>
Inherited from
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLElement>
Inherited from
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLElement>
Inherited from
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLElement>
Inherited from
onInvalid?
optionalonInvalid:FormEventHandler<HTMLElement>
Inherited from
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLElement>
Inherited from
InputCellProps.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLElement>
Inherited from
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLElement>
Inherited from
InputCellProps.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
InputCellProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLElement>
Inherited from
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLElement>
Inherited from
onLoad?
optionalonLoad:ReactEventHandler<HTMLElement>
Inherited from
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLElement>
Inherited from
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLElement>
Inherited from
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLElement>
Inherited from
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLElement>
Inherited from
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLElement>
Inherited from
InputCellProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLElement>
Inherited from
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLElement>
Inherited from
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLElement>
Inherited from
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLElement>
Inherited from
InputCellProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLElement>
Inherited from
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLElement>
Inherited from
InputCellProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLElement>
Inherited from
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLElement>
Inherited from
InputCellProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLElement>
Inherited from
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLElement>
Inherited from
InputCellProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLElement>
Inherited from
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLElement>
Inherited from
onPause?
optionalonPause:ReactEventHandler<HTMLElement>
Inherited from
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLElement>
Inherited from
onPlay?
optionalonPlay:ReactEventHandler<HTMLElement>
Inherited from
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLElement>
Inherited from
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLElement>
Inherited from
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLElement>
Inherited from
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLElement>
Inherited from
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLElement>
Inherited from
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLElement>
Inherited from
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLElement>
Inherited from
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLElement>
Inherited from
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLElement>
Inherited from
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLElement>
Inherited from
InputCellProps.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLElement>
Inherited from
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLElement>
Inherited from
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLElement>
Inherited from
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLElement>
Inherited from
onScroll?
optionalonScroll:UIEventHandler<HTMLElement>
Inherited from
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLElement>
Inherited from
InputCellProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLElement>
Inherited from
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLElement>
Inherited from
InputCellProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLElement>
Inherited from
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLElement>
Inherited from
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLElement>
Inherited from
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLElement>
Inherited from
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLElement>
Inherited from
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLElement>
Inherited from
InputCellProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLElement>
Inherited from
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLElement>
Inherited from
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLElement>
Inherited from
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLElement>
Inherited from
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLElement>
Inherited from
InputCellProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLElement>
Inherited from
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLElement>
Inherited from
InputCellProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLElement>
Inherited from
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLElement>
Inherited from
InputCellProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLElement>
Inherited from
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLElement>
Inherited from
InputCellProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLElement>
Inherited from
InputCellProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLElement>
Inherited from
InputCellProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLElement>
Inherited from
InputCellProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLElement>
Inherited from
InputCellProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLElement>
Inherited from
InputCellProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLElement>
Inherited from
InputCellProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLElement>
Inherited from
InputCellProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLElement>
Inherited from
InputCellProps.onTransitionStartCapture
onTreeToggle()?
optionalonTreeToggle: (rowKey?,rowIndex?,rowData?,event?) =>void
Parameters
rowKey?
string | number
rowIndex?
number
rowData?
RowDataType<any>
event?
MouseEvent<Element, MouseEvent>
Returns
void
Inherited from
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLElement>
Inherited from
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLElement>
Inherited from
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLElement>
Inherited from
InputCellProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLElement>
Inherited from
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLElement>
Inherited from
options
options:
LabeledValue[]
The select options.
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
popover?
optionalpopover:""|"hint"|"auto"|"manual"
Inherited from
popoverTarget?
optionalpopoverTarget:string
Inherited from
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
InputCellProps.popoverTargetAction
predefinedStyle?
optionalpredefinedStyle:CSSProperties
Inherited from
InputCellProps.predefinedStyle
prefix?
optionalprefix:string
Inherited from
property?
optionalproperty:string
Inherited from
radioGroup?
optionalradioGroup:string
Inherited from
rel?
optionalrel:string
Inherited from
removed?
optionalremoved:boolean
Inherited from
renderCell()?
optionalrenderCell: (contentChildren) =>ReactNode
Parameters
contentChildren
any
Returns
ReactNode
Inherited from
renderTreeToggle()?
optionalrenderTreeToggle: (expandButton,rowData?,expanded?) =>ReactNode
Parameters
expandButton
ReactNode
rowData?
RowDataType<any>
expanded?
boolean
Returns
ReactNode
Inherited from
InputCellProps.renderTreeToggle
resource?
optionalresource:string
Inherited from
results?
optionalresults:number
Inherited from
rev?
optionalrev:string
Inherited from
role?
optionalrole:AriaRole
Inherited from
rowData
rowData:
RowDataType
Rows data.
Inherited from
rowIndex?
optionalrowIndex:number
Row Number
Inherited from
rowKey?
optionalrowKey:string|number
Inherited from
rowSpan?
optionalrowSpan:number
Inherited from
security?
optionalsecurity:string
Inherited from
slot?
optionalslot:string
Inherited from
spellCheck?
optionalspellCheck:Booleanish
Inherited from
style?
optionalstyle:CSSProperties
Inherited from
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
InputCellProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
InputCellProps.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Inherited from
title?
optionaltitle:string
Inherited from
translate?
optionaltranslate:"yes"|"no"
Inherited from
treeCol?
optionaltreeCol:boolean
Inherited from
type
type:
string
The input type.
Inherited from
typeof?
optionaltypeof:string
Inherited from
unselectable?
optionalunselectable:"off"|"on"
Inherited from
verticalAlign?
optionalverticalAlign:"bottom"|"top"|AlignItems|"middle"
Inherited from
vocab?
optionalvocab:string
Inherited from
width?
optionalwidth:number
Inherited from
wordWrap?
optionalwordWrap:boolean|"break-all"|"break-word"|"keep-all"