Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: ActionCellProps

@react-form-builder/designer.ActionCellProps

The properties of ActionCell component.

Hierarchy

  • InnerCellProps<RowDataType, string | number>

    ActionCellProps

Properties

about

Optional about: string

Inherited from

InnerCellProps.about


accessKey

Optional accessKey: string

Inherited from

InnerCellProps.accessKey


align

Optional align: JustifyContent

Inherited from

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.aria-current


aria-describedby

Optional aria-describedby: string

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.aria-haspopup


aria-hidden

Optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

InnerCellProps.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

InnerCellProps.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

InnerCellProps.aria-keyshortcuts


aria-label

Optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

InnerCellProps.aria-label


aria-labelledby

Optional aria-labelledby: string

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

InnerCellProps.aria-labelledby


aria-level

Optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

InnerCellProps.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

InnerCellProps.aria-live


aria-modal

Optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

InnerCellProps.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

InnerCellProps.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

InnerCellProps.aria-multiselectable


aria-orientation

Optional aria-orientation: "vertical" | "horizontal"

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.aria-pressed


aria-readonly

Optional aria-readonly: Booleanish

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

See

aria-disabled.

Inherited from

InnerCellProps.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

InnerCellProps.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

InnerCellProps.aria-required


aria-roledescription

Optional aria-roledescription: string

Defines a human-readable, author-localized description for the role of an element.

Inherited from

InnerCellProps.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

InnerCellProps.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

InnerCellProps.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

InnerCellProps.aria-rowspan


aria-selected

Optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

InnerCellProps.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

InnerCellProps.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

InnerCellProps.aria-sort


aria-valuemax

Optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

InnerCellProps.aria-valuemax


aria-valuemin

Optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

InnerCellProps.aria-valuemin


aria-valuenow

Optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

InnerCellProps.aria-valuenow


aria-valuetext

Optional aria-valuetext: string

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

Inherited from

InnerCellProps.aria-valuetext


autoCapitalize

Optional autoCapitalize: string

Inherited from

InnerCellProps.autoCapitalize


autoCorrect

Optional autoCorrect: string

Inherited from

InnerCellProps.autoCorrect


autoFocus

Optional autoFocus: boolean

Inherited from

InnerCellProps.autoFocus


autoSave

Optional autoSave: string

Inherited from

InnerCellProps.autoSave


children

Optional children: ReactNode | (rowData: RowDataType<any>, rowIndex?: number) => ReactNode

Inherited from

InnerCellProps.children


className

Optional className: string

Additional classes

Inherited from

InnerCellProps.className


classPrefix

Optional classPrefix: string

The prefix of the component CSS class

Inherited from

InnerCellProps.classPrefix


color

Optional color: string

Inherited from

InnerCellProps.color


contentEditable

Optional contentEditable: "inherit" | Booleanish

Inherited from

InnerCellProps.contentEditable


contextMenu

Optional contextMenu: string

Inherited from

InnerCellProps.contextMenu


dangerouslySetInnerHTML

Optional dangerouslySetInnerHTML: Object

Type declaration

NameType
__htmlstring

Inherited from

InnerCellProps.dangerouslySetInnerHTML


dataKey

Optional dataKey: string

Data binding key, but also a sort of key

Inherited from

InnerCellProps.dataKey


datatype

Optional datatype: string

Inherited from

InnerCellProps.datatype


defaultChecked

Optional defaultChecked: boolean

Inherited from

InnerCellProps.defaultChecked


defaultValue

Optional defaultValue: string | number | readonly string[]

Inherited from

InnerCellProps.defaultValue


depth

Optional depth: number

Inherited from

InnerCellProps.depth


dir

Optional dir: string

Inherited from

InnerCellProps.dir


draggable

Optional draggable: Booleanish

Inherited from

InnerCellProps.draggable


expanded

Optional expanded: boolean

Inherited from

InnerCellProps.expanded


firstColumn

Optional firstColumn: boolean

Inherited from

InnerCellProps.firstColumn


fullText

Optional fullText: boolean

Inherited from

InnerCellProps.fullText


hasChildren

Optional hasChildren: boolean

Inherited from

InnerCellProps.hasChildren


headerHeight

Optional headerHeight: number

Inherited from

InnerCellProps.headerHeight


height

Optional height: number | (rowData: RowDataType<any>) => number

Inherited from

InnerCellProps.height


hidden

Optional hidden: boolean

Inherited from

InnerCellProps.hidden


icon

icon: () => ReactElement<IconProps, string | JSXElementConstructor<any>>

Type declaration

▸ (): ReactElement<IconProps, string | JSXElementConstructor<any>>

The cell icon.

Returns

ReactElement<IconProps, string | JSXElementConstructor<any>>


id

Optional id: string

Inherited from

InnerCellProps.id


inlist

Optional inlist: any

Inherited from

InnerCellProps.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

InnerCellProps.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

InnerCellProps.is


isHeaderCell

Optional isHeaderCell: boolean

Inherited from

InnerCellProps.isHeaderCell


itemID

Optional itemID: string

Inherited from

InnerCellProps.itemID


itemProp

Optional itemProp: string

Inherited from

InnerCellProps.itemProp


itemRef

Optional itemRef: string

Inherited from

InnerCellProps.itemRef


itemScope

Optional itemScope: boolean

Inherited from

InnerCellProps.itemScope


itemType

Optional itemType: string

Inherited from

InnerCellProps.itemType


lang

Optional lang: string

Inherited from

InnerCellProps.lang


lastColumn

Optional lastColumn: boolean

Inherited from

InnerCellProps.lastColumn


left

Optional left: number

Inherited from

InnerCellProps.left


nonce

Optional nonce: string

Inherited from

InnerCellProps.nonce


onAbort

Optional onAbort: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAbort


onAbortCapture

Optional onAbortCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAbortCapture


onAction

onAction: (rowIndex?: number) => void

Type declaration

▸ (rowIndex?): void

The callback function called when the cell is clicked.

Parameters
NameTypeDescription
rowIndex?numberthe row index.
Returns

void


onAnimationEnd

Optional onAnimationEnd: AnimationEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAnimationEnd


onAnimationEndCapture

Optional onAnimationEndCapture: AnimationEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAnimationEndCapture


onAnimationIteration

Optional onAnimationIteration: AnimationEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAnimationIteration


onAnimationIterationCapture

Optional onAnimationIterationCapture: AnimationEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAnimationIterationCapture


onAnimationStart

Optional onAnimationStart: AnimationEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAnimationStart


onAnimationStartCapture

Optional onAnimationStartCapture: AnimationEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAnimationStartCapture


onAuxClick

Optional onAuxClick: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAuxClick


onAuxClickCapture

Optional onAuxClickCapture: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onAuxClickCapture


onBeforeInput

Optional onBeforeInput: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onBeforeInput


onBeforeInputCapture

Optional onBeforeInputCapture: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onBeforeInputCapture


onBlur

Optional onBlur: FocusEventHandler<HTMLElement>

Inherited from

InnerCellProps.onBlur


onBlurCapture

Optional onBlurCapture: FocusEventHandler<HTMLElement>

Inherited from

InnerCellProps.onBlurCapture


onCanPlay

Optional onCanPlay: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCanPlay


onCanPlayCapture

Optional onCanPlayCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCanPlayCapture


onCanPlayThrough

Optional onCanPlayThrough: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCanPlayThrough


onCanPlayThroughCapture

Optional onCanPlayThroughCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCanPlayThroughCapture


onChange

Optional onChange: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onChange


onChangeCapture

Optional onChangeCapture: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onChangeCapture


onClick

Optional onClick: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onClick


onClickCapture

Optional onClickCapture: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onClickCapture


onCompositionEnd

Optional onCompositionEnd: CompositionEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCompositionEnd


onCompositionEndCapture

Optional onCompositionEndCapture: CompositionEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCompositionEndCapture


onCompositionStart

Optional onCompositionStart: CompositionEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCompositionStart


onCompositionStartCapture

Optional onCompositionStartCapture: CompositionEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCompositionStartCapture


onCompositionUpdate

Optional onCompositionUpdate: CompositionEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCompositionUpdate


onCompositionUpdateCapture

Optional onCompositionUpdateCapture: CompositionEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCompositionUpdateCapture


onContextMenu

Optional onContextMenu: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onContextMenu


onContextMenuCapture

Optional onContextMenuCapture: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onContextMenuCapture


onCopy

Optional onCopy: ClipboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCopy


onCopyCapture

Optional onCopyCapture: ClipboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCopyCapture


onCut

Optional onCut: ClipboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCut


onCutCapture

Optional onCutCapture: ClipboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onCutCapture


onDoubleClick

Optional onDoubleClick: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDoubleClick


onDoubleClickCapture

Optional onDoubleClickCapture: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDoubleClickCapture


onDrag

Optional onDrag: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDrag


onDragCapture

Optional onDragCapture: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragCapture


onDragEnd

Optional onDragEnd: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragEnd


onDragEndCapture

Optional onDragEndCapture: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragEndCapture


onDragEnter

Optional onDragEnter: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragEnter


onDragEnterCapture

Optional onDragEnterCapture: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragEnterCapture


onDragExit

Optional onDragExit: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragExit


onDragExitCapture

Optional onDragExitCapture: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragExitCapture


onDragLeave

Optional onDragLeave: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragLeave


onDragLeaveCapture

Optional onDragLeaveCapture: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragLeaveCapture


onDragOver

Optional onDragOver: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragOver


onDragOverCapture

Optional onDragOverCapture: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragOverCapture


onDragStart

Optional onDragStart: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragStart


onDragStartCapture

Optional onDragStartCapture: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDragStartCapture


onDrop

Optional onDrop: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDrop


onDropCapture

Optional onDropCapture: DragEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDropCapture


onDurationChange

Optional onDurationChange: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDurationChange


onDurationChangeCapture

Optional onDurationChangeCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onDurationChangeCapture


onEmptied

Optional onEmptied: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onEmptied


onEmptiedCapture

Optional onEmptiedCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onEmptiedCapture


onEncrypted

Optional onEncrypted: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onEncrypted


onEncryptedCapture

Optional onEncryptedCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onEncryptedCapture


onEnded

Optional onEnded: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onEnded


onEndedCapture

Optional onEndedCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onEndedCapture


onError

Optional onError: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onError


onErrorCapture

Optional onErrorCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onErrorCapture


onFocus

Optional onFocus: FocusEventHandler<HTMLElement>

Inherited from

InnerCellProps.onFocus


onFocusCapture

Optional onFocusCapture: FocusEventHandler<HTMLElement>

Inherited from

InnerCellProps.onFocusCapture


onGotPointerCapture

Optional onGotPointerCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onGotPointerCapture


onGotPointerCaptureCapture

Optional onGotPointerCaptureCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onGotPointerCaptureCapture


onInput

Optional onInput: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onInput


onInputCapture

Optional onInputCapture: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onInputCapture


onInvalid

Optional onInvalid: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onInvalid


onInvalidCapture

Optional onInvalidCapture: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onInvalidCapture


onKeyDown

Optional onKeyDown: KeyboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onKeyDown


onKeyDownCapture

Optional onKeyDownCapture: KeyboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onKeyDownCapture


onKeyPress

Optional onKeyPress: KeyboardEventHandler<HTMLElement>

Deprecated

Inherited from

InnerCellProps.onKeyPress


onKeyPressCapture

Optional onKeyPressCapture: KeyboardEventHandler<HTMLElement>

Deprecated

Inherited from

InnerCellProps.onKeyPressCapture


onKeyUp

Optional onKeyUp: KeyboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onKeyUp


onKeyUpCapture

Optional onKeyUpCapture: KeyboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onKeyUpCapture


onLoad

Optional onLoad: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLoad


onLoadCapture

Optional onLoadCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLoadCapture


onLoadStart

Optional onLoadStart: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLoadStart


onLoadStartCapture

Optional onLoadStartCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLoadStartCapture


onLoadedData

Optional onLoadedData: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLoadedData


onLoadedDataCapture

Optional onLoadedDataCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLoadedDataCapture


onLoadedMetadata

Optional onLoadedMetadata: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLoadedMetadata


onLoadedMetadataCapture

Optional onLoadedMetadataCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLoadedMetadataCapture


onLostPointerCapture

Optional onLostPointerCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLostPointerCapture


onLostPointerCaptureCapture

Optional onLostPointerCaptureCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onLostPointerCaptureCapture


onMouseDown

Optional onMouseDown: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseDown


onMouseDownCapture

Optional onMouseDownCapture: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseDownCapture


onMouseEnter

Optional onMouseEnter: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseEnter


onMouseLeave

Optional onMouseLeave: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseLeave


onMouseMove

Optional onMouseMove: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseMove


onMouseMoveCapture

Optional onMouseMoveCapture: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseMoveCapture


onMouseOut

Optional onMouseOut: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseOut


onMouseOutCapture

Optional onMouseOutCapture: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseOutCapture


onMouseOver

Optional onMouseOver: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseOver


onMouseOverCapture

Optional onMouseOverCapture: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseOverCapture


onMouseUp

Optional onMouseUp: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseUp


onMouseUpCapture

Optional onMouseUpCapture: MouseEventHandler<HTMLElement>

Inherited from

InnerCellProps.onMouseUpCapture


onPaste

Optional onPaste: ClipboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPaste


onPasteCapture

Optional onPasteCapture: ClipboardEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPasteCapture


onPause

Optional onPause: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPause


onPauseCapture

Optional onPauseCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPauseCapture


onPlay

Optional onPlay: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPlay


onPlayCapture

Optional onPlayCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPlayCapture


onPlaying

Optional onPlaying: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPlaying


onPlayingCapture

Optional onPlayingCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPlayingCapture


onPointerCancel

Optional onPointerCancel: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerCancel


onPointerCancelCapture

Optional onPointerCancelCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerCancelCapture


onPointerDown

Optional onPointerDown: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerDown


onPointerDownCapture

Optional onPointerDownCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerDownCapture


onPointerEnter

Optional onPointerEnter: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerEnter


onPointerEnterCapture

Optional onPointerEnterCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerEnterCapture


onPointerLeave

Optional onPointerLeave: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerLeave


onPointerLeaveCapture

Optional onPointerLeaveCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerLeaveCapture


onPointerMove

Optional onPointerMove: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerMove


onPointerMoveCapture

Optional onPointerMoveCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerMoveCapture


onPointerOut

Optional onPointerOut: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerOut


onPointerOutCapture

Optional onPointerOutCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerOutCapture


onPointerOver

Optional onPointerOver: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerOver


onPointerOverCapture

Optional onPointerOverCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerOverCapture


onPointerUp

Optional onPointerUp: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerUp


onPointerUpCapture

Optional onPointerUpCapture: PointerEventHandler<HTMLElement>

Inherited from

InnerCellProps.onPointerUpCapture


onProgress

Optional onProgress: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onProgress


onProgressCapture

Optional onProgressCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onProgressCapture


onRateChange

Optional onRateChange: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onRateChange


onRateChangeCapture

Optional onRateChangeCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onRateChangeCapture


onReset

Optional onReset: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onReset


onResetCapture

Optional onResetCapture: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onResetCapture


onScroll

Optional onScroll: UIEventHandler<HTMLElement>

Inherited from

InnerCellProps.onScroll


onScrollCapture

Optional onScrollCapture: UIEventHandler<HTMLElement>

Inherited from

InnerCellProps.onScrollCapture


onSeeked

Optional onSeeked: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSeeked


onSeekedCapture

Optional onSeekedCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSeekedCapture


onSeeking

Optional onSeeking: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSeeking


onSeekingCapture

Optional onSeekingCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSeekingCapture


onSelect

Optional onSelect: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSelect


onSelectCapture

Optional onSelectCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSelectCapture


onStalled

Optional onStalled: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onStalled


onStalledCapture

Optional onStalledCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onStalledCapture


onSubmit

Optional onSubmit: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSubmit


onSubmitCapture

Optional onSubmitCapture: FormEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSubmitCapture


onSuspend

Optional onSuspend: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSuspend


onSuspendCapture

Optional onSuspendCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onSuspendCapture


onTimeUpdate

Optional onTimeUpdate: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTimeUpdate


onTimeUpdateCapture

Optional onTimeUpdateCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTimeUpdateCapture


onTouchCancel

Optional onTouchCancel: TouchEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTouchCancel


onTouchCancelCapture

Optional onTouchCancelCapture: TouchEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTouchCancelCapture


onTouchEnd

Optional onTouchEnd: TouchEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTouchEnd


onTouchEndCapture

Optional onTouchEndCapture: TouchEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTouchEndCapture


onTouchMove

Optional onTouchMove: TouchEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTouchMove


onTouchMoveCapture

Optional onTouchMoveCapture: TouchEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTouchMoveCapture


onTouchStart

Optional onTouchStart: TouchEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTouchStart


onTouchStartCapture

Optional onTouchStartCapture: TouchEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTouchStartCapture


onTransitionEnd

Optional onTransitionEnd: TransitionEventHandler<HTMLElement>

Inherited from

InnerCellProps.onTransitionEnd


onTransitionEndCapture

Optional onTransitionEndCapture: TransitionEventHandler<HTMLElement>

Inherited from

InnerCellProps.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

InnerCellProps.onTreeToggle


onVolumeChange

Optional onVolumeChange: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onVolumeChange


onVolumeChangeCapture

Optional onVolumeChangeCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onVolumeChangeCapture


onWaiting

Optional onWaiting: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onWaiting


onWaitingCapture

Optional onWaitingCapture: ReactEventHandler<HTMLElement>

Inherited from

InnerCellProps.onWaitingCapture


onWheel

Optional onWheel: WheelEventHandler<HTMLElement>

Inherited from

InnerCellProps.onWheel


onWheelCapture

Optional onWheelCapture: WheelEventHandler<HTMLElement>

Inherited from

InnerCellProps.onWheelCapture


placeholder

Optional placeholder: string

Inherited from

InnerCellProps.placeholder


predefinedStyle

Optional predefinedStyle: CSSProperties

Inherited from

InnerCellProps.predefinedStyle


prefix

Optional prefix: string

Inherited from

InnerCellProps.prefix


property

Optional property: string

Inherited from

InnerCellProps.property


radioGroup

Optional radioGroup: string

Inherited from

InnerCellProps.radioGroup


removed

Optional removed: boolean

Inherited from

InnerCellProps.removed


renderCell

Optional renderCell: (contentChildren: any) => ReactNode

Type declaration

▸ (contentChildren): ReactNode

Parameters
NameType
contentChildrenany
Returns

ReactNode

Inherited from

InnerCellProps.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

InnerCellProps.renderTreeToggle


resource

Optional resource: string

Inherited from

InnerCellProps.resource


results

Optional results: number

Inherited from

InnerCellProps.results


role

Optional role: AriaRole

Inherited from

InnerCellProps.role


rowData

Optional rowData: RowDataType<any>

Row Data

Inherited from

InnerCellProps.rowData


rowIndex

Optional rowIndex: number

Row Number

Inherited from

InnerCellProps.rowIndex


rowKey

Optional rowKey: string | number

Inherited from

InnerCellProps.rowKey


rowSpan

Optional rowSpan: number

Inherited from

InnerCellProps.rowSpan


security

Optional security: string

Inherited from

InnerCellProps.security


slot

Optional slot: string

Inherited from

InnerCellProps.slot


spellCheck

Optional spellCheck: Booleanish

Inherited from

InnerCellProps.spellCheck


style

Optional style: CSSProperties

Inherited from

InnerCellProps.style


suppressContentEditableWarning

Optional suppressContentEditableWarning: boolean

Inherited from

InnerCellProps.suppressContentEditableWarning


suppressHydrationWarning

Optional suppressHydrationWarning: boolean

Inherited from

InnerCellProps.suppressHydrationWarning


tabIndex

Optional tabIndex: number

Inherited from

InnerCellProps.tabIndex


title

Optional title: string

Inherited from

InnerCellProps.title


translate

Optional translate: "no" | "yes"

Inherited from

InnerCellProps.translate


treeCol

Optional treeCol: boolean

Inherited from

InnerCellProps.treeCol


typeof

Optional typeof: string

Inherited from

InnerCellProps.typeof


unselectable

Optional unselectable: "on" | "off"

Inherited from

InnerCellProps.unselectable


verticalAlign

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

Inherited from

InnerCellProps.verticalAlign


vocab

Optional vocab: string

Inherited from

InnerCellProps.vocab


width

Optional width: number

Inherited from

InnerCellProps.width


wordWrap

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

Inherited from

InnerCellProps.wordWrap