Preparing search index...
The search index is not available
sj-design
sj-design
component-library.ui.data-grid/dist
GridEditCellProps
Interface GridEditCellProps<V>
interface
GridEditCellProps
<
V
>
{
changeReason
?:
"debouncedSetEditCellValue"
|
"setEditCellValue"
;
isProcessingProps
?:
boolean
;
isValidating
?:
boolean
;
value
?:
V
;
[
prop
:
string
]
:
any
;
}
Type Parameters
V
=
any
Hierarchy (
view full
)
GridEditCellProps
GridRenderEditCellParams
Indexable
[
prop
:
string
]:
any
Index
Properties
change
Reason?
is
Processing
Props?
is
Validating?
value?
Properties
Optional
change
Reason
change
Reason
?:
"debouncedSetEditCellValue"
|
"setEditCellValue"
Optional
is
Processing
Props
is
Processing
Props
?:
boolean
Optional
is
Validating
is
Validating
?:
boolean
Optional
value
value
?:
V
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
change
Reason
is
Processing
Props
is
Validating
value
sj-design
Loading...