Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: SelectCellProps

@react-form-builder/designer.SelectCellProps

The properties of SelectCell component.

Hierarchy

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: RowDataType<any>, rowIndex?: number) => 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

Type declaration

NameType
__htmlstring

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: RowDataType<any>) => 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?: any, dataKey?: string, rowIndex?: number) => void

Type declaration

▸ (value?, dataKey?, rowIndex?): void

The callback function called when the data in a cell is changed.

Parameters
NameTypeDescription
value?anythe value.
dataKey?stringthe cell data key.
rowIndex?numberthe 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?: string | number, rowIndex?: number, rowData?: RowDataType<any>, event?: MouseEvent<Element, MouseEvent>) => void

Type declaration

▸ (rowKey?, rowIndex?, rowData?, event?): void

Parameters
NameType
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: any) => ReactNode

Type declaration

▸ (contentChildren): ReactNode

Parameters
NameType
contentChildrenany
Returns

ReactNode

Inherited from

InputCellProps.renderCell


renderTreeToggle

Optional renderTreeToggle: (expandButton: ReactNode, rowData?: RowDataType<any>, expanded?: boolean) => ReactNode

Type declaration

▸ (expandButton, rowData?, expanded?): ReactNode

Parameters
NameType
expandButtonReactNode
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

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