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