Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: SelectCellProps

The properties of SelectCell component.

Extends

Properties

about?

optional about: string

Inherited from

InputCellProps.about


accessKey?

optional accessKey: string

Inherited from

InputCellProps.accessKey


align?

optional align: JustifyContent

Inherited from

InputCellProps.align


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

InputCellProps.aria-atomic


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

InputCellProps.aria-busy


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

InputCellProps.aria-checked


aria-colcount?

optional aria-colcount: number

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

InputCellProps.aria-colcount


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

InputCellProps.aria-colindex


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

InputCellProps.aria-colspan


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

InputCellProps.aria-controls


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

InputCellProps.aria-current


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

InputCellProps.aria-details


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

InputCellProps.aria-disabled


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

InputCellProps.aria-expanded


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

InputCellProps.aria-flowto


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

InputCellProps.aria-grabbed


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

InputCellProps.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

InputCellProps.aria-hidden


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

InputCellProps.aria-invalid


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

InputCellProps.aria-label


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

InputCellProps.aria-level


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

InputCellProps.aria-live


aria-modal?

optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

InputCellProps.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

InputCellProps.aria-multiline


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

InputCellProps.aria-owns


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

InputCellProps.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "true" | "false" | "mixed"

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

InputCellProps.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

InputCellProps.aria-readonly


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

InputCellProps.aria-relevant


aria-required?

optional aria-required: Booleanish

Indicates that user input is required on the element before a form may be submitted.

Inherited from

InputCellProps.aria-required


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

InputCellProps.aria-rowcount


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

InputCellProps.aria-rowindex


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

InputCellProps.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

InputCellProps.aria-selected


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

InputCellProps.aria-setsize


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

InputCellProps.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

InputCellProps.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

InputCellProps.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

InputCellProps.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

InputCellProps.aria-valuetext


autoCapitalize?

optional autoCapitalize: string

Inherited from

InputCellProps.autoCapitalize


autoCorrect?

optional autoCorrect: string

Inherited from

InputCellProps.autoCorrect


autoFocus?

optional autoFocus: boolean

Inherited from

InputCellProps.autoFocus


autoSave?

optional autoSave: string

Inherited from

InputCellProps.autoSave


children?

optional children: ReactNode | (rowData, rowIndex?) => ReactNode

Inherited from

InputCellProps.children


className?

optional className: string

Additional classes

Inherited from

InputCellProps.className


classPrefix?

optional classPrefix: string

The prefix of the component CSS class

Inherited from

InputCellProps.classPrefix


color?

optional color: string

Inherited from

InputCellProps.color


contentEditable?

optional contentEditable: "inherit" | Booleanish

Inherited from

InputCellProps.contentEditable


contextMenu?

optional contextMenu: string

Inherited from

InputCellProps.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

__html

__html: string

Inherited from

InputCellProps.dangerouslySetInnerHTML


dataKey

dataKey: string

The cell data key.

Inherited from

InputCellProps.dataKey


datatype?

optional datatype: string

Inherited from

InputCellProps.datatype


defaultChecked?

optional defaultChecked: boolean

Inherited from

InputCellProps.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Inherited from

InputCellProps.defaultValue


depth?

optional depth: number

Inherited from

InputCellProps.depth


dir?

optional dir: string

Inherited from

InputCellProps.dir


draggable?

optional draggable: Booleanish

Inherited from

InputCellProps.draggable


expanded?

optional expanded: boolean

Inherited from

InputCellProps.expanded


firstColumn?

optional firstColumn: boolean

Inherited from

InputCellProps.firstColumn


fullText?

optional fullText: boolean

Inherited from

InputCellProps.fullText


hasChildren?

optional hasChildren: boolean

Inherited from

InputCellProps.hasChildren


headerHeight?

optional headerHeight: number

Inherited from

InputCellProps.headerHeight


height?

optional height: number | (rowData) => number

Inherited from

InputCellProps.height


hidden?

optional hidden: boolean

Inherited from

InputCellProps.hidden


id?

optional id: string

Inherited from

InputCellProps.id


inlist?

optional inlist: any

Inherited from

InputCellProps.inlist


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

InputCellProps.inputMode


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

InputCellProps.is


isHeaderCell?

optional isHeaderCell: boolean

Inherited from

InputCellProps.isHeaderCell


itemID?

optional itemID: string

Inherited from

InputCellProps.itemID


itemProp?

optional itemProp: string

Inherited from

InputCellProps.itemProp


itemRef?

optional itemRef: string

Inherited from

InputCellProps.itemRef


itemScope?

optional itemScope: boolean

Inherited from

InputCellProps.itemScope


itemType?

optional itemType: string

Inherited from

InputCellProps.itemType


lang?

optional lang: string

Inherited from

InputCellProps.lang


lastColumn?

optional lastColumn: boolean

Inherited from

InputCellProps.lastColumn


left?

optional left: number

Inherited from

InputCellProps.left


nonce?

optional nonce: string

Inherited from

InputCellProps.nonce


onAbort?

optional onAbort: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLElement>

Inherited from

InputCellProps.onAnimationEnd


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

InputCellProps.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onBeforeInputCapture


onBlur?

optional onBlur: FocusEventHandler<HTMLElement>

Inherited from

InputCellProps.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLElement>

Inherited from

InputCellProps.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onCanPlay


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?, 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

InputCellProps.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onChangeCapture


onClick?

optional onClick: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onClickCapture


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

InputCellProps.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLElement>

Inherited from

InputCellProps.onDropCapture


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

InputCellProps.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLElement>

Inherited from

InputCellProps.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLElement>

Inherited from

InputCellProps.onFocusCapture


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

InputCellProps.onInput


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLElement>

Deprecated

Inherited from

InputCellProps.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLElement>

Deprecated

Inherited from

InputCellProps.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onLoadCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onLoadStartCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onLoadedData


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

InputCellProps.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLElement>

Inherited from

InputCellProps.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLElement>

Inherited from

InputCellProps.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onPlaying


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

InputCellProps.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerEnter


onPointerEnterCapture?

optional onPointerEnterCapture: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerEnterCapture


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerLeave


onPointerLeaveCapture?

optional onPointerLeaveCapture: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerLeaveCapture


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLElement>

Inherited from

InputCellProps.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onRateChangeCapture


onReset?

optional onReset: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onReset


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLElement>

Inherited from

InputCellProps.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLElement>

Inherited from

InputCellProps.onScrollCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLElement>

Inherited from

InputCellProps.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onTimeUpdateCapture


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLElement>

Inherited from

InputCellProps.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLElement>

Inherited from

InputCellProps.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLElement>

Inherited from

InputCellProps.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLElement>

Inherited from

InputCellProps.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLElement>

Inherited from

InputCellProps.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLElement>

Inherited from

InputCellProps.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLElement>

Inherited from

InputCellProps.onTouchStart


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?, rowIndex?, rowData?, event?) => void

Parameters

rowKey?: string | number

rowIndex?: number

rowData?: RowDataType<any>

event?: MouseEvent<Element, MouseEvent>

Returns

void

Inherited from

InputCellProps.onTreeToggle


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLElement>

Inherited from

InputCellProps.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLElement>

Inherited from

InputCellProps.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLElement>

Inherited from

InputCellProps.onWheelCapture


options

options: LabeledValue[]

The select options.


placeholder?

optional placeholder: string

Inherited from

InputCellProps.placeholder


predefinedStyle?

optional predefinedStyle: CSSProperties

Inherited from

InputCellProps.predefinedStyle


prefix?

optional prefix: string

Inherited from

InputCellProps.prefix


property?

optional property: string

Inherited from

InputCellProps.property


radioGroup?

optional radioGroup: string

Inherited from

InputCellProps.radioGroup


removed?

optional removed: boolean

Inherited from

InputCellProps.removed


renderCell()?

optional renderCell: (contentChildren) => ReactNode

Parameters

contentChildren: any

Returns

ReactNode

Inherited from

InputCellProps.renderCell


renderTreeToggle()?

optional renderTreeToggle: (expandButton, rowData?, expanded?) => ReactNode

Parameters

expandButton: ReactNode

rowData?: RowDataType<any>

expanded?: boolean

Returns

ReactNode

Inherited from

InputCellProps.renderTreeToggle


resource?

optional resource: string

Inherited from

InputCellProps.resource


results?

optional results: number

Inherited from

InputCellProps.results


role?

optional role: AriaRole

Inherited from

InputCellProps.role


rowData

rowData: RowDataType<any>

Rows data.

Inherited from

InputCellProps.rowData


rowIndex?

optional rowIndex: number

Row Number

Inherited from

InputCellProps.rowIndex


rowKey?

optional rowKey: string | number

Inherited from

InputCellProps.rowKey


rowSpan?

optional rowSpan: number

Inherited from

InputCellProps.rowSpan


security?

optional security: string

Inherited from

InputCellProps.security


slot?

optional slot: string

Inherited from

InputCellProps.slot


spellCheck?

optional spellCheck: Booleanish

Inherited from

InputCellProps.spellCheck


style?

optional style: CSSProperties

Additional style

Inherited from

InputCellProps.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Inherited from

InputCellProps.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Inherited from

InputCellProps.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Inherited from

InputCellProps.tabIndex


title?

optional title: string

Inherited from

InputCellProps.title


translate?

optional translate: "no" | "yes"

Inherited from

InputCellProps.translate


treeCol?

optional treeCol: boolean

Inherited from

InputCellProps.treeCol


typeof?

optional typeof: string

Inherited from

InputCellProps.typeof


unselectable?

optional unselectable: "on" | "off"

Inherited from

InputCellProps.unselectable


verticalAlign?

optional verticalAlign: "bottom" | "top" | "middle" | AlignItems

Inherited from

InputCellProps.verticalAlign


vocab?

optional vocab: string

Inherited from

InputCellProps.vocab


width?

optional width: number

Inherited from

InputCellProps.width


wordWrap?

optional wordWrap: boolean | "break-all" | "break-word" | "keep-all"

Inherited from

InputCellProps.wordWrap