Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
EditablePropsDefaults
Type Alias EditablePropsDefaults<Data, Column, V>
Public
type
EditablePropsDefaults
<
Data
,
Column
,
V
>
=
{
getValue
:
(
props
:
TableCellRendererProps
<
Data
,
Column
>
)
=>
V
;
isDisabled
?:
boolean
|
TableCellCondition
<
Data
,
Column
>
;
placeholder
?:
string
;
}
Type Parameters
Data
Column
V
Index
Properties
get
Value
is
Disabled?
placeholder?
Properties
get
Value
getValue
:
(
props
:
TableCellRendererProps
<
Data
,
Column
>
)
=>
V
Optional
is
Disabled
isDisabled
?:
boolean
|
TableCellCondition
<
Data
,
Column
>
Optional
placeholder
placeholder
?:
string
On This Page
Properties
get
Value
is
Disabled
placeholder
Юниверс DG SDK UI
Loading...
Public