Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
EditableFieldProps
Interface EditableFieldProps
Public
interface
EditableFieldProps
{
editIndicatorPosition
?:
"inside"
|
"outside"
|
"outsideOffset"
;
editOnFocus
?:
boolean
;
errorText
?:
string
;
handlePencilClick
?:
()
=>
void
;
highlightOnHover
?:
boolean
;
iconIntent
?:
IconIntent
;
inputExtraControls
?:
ReactNode
;
isCroppedWidth
?:
boolean
;
isDisabled
?:
boolean
;
isEditMode
:
boolean
;
isHighlighted
?:
boolean
;
onToggleEditMode
:
(
isEdit
:
boolean
)
=>
void
;
readOnly
:
boolean
;
renderEditIcon
?:
(
props
:
{
handleEditIconClick
:
()
=>
void
}
)
=>
ReactNode
;
size
?:
SIZE
;
tooltipOverlay
?:
string
;
}
Index
Properties
edit
Indicator
Position?
edit
On
Focus?
error
Text?
handle
Pencil
Click?
highlight
On
Hover?
icon
Intent?
input
Extra
Controls?
is
Cropped
Width?
is
Disabled?
is
Edit
Mode
is
Highlighted?
on
Toggle
Edit
Mode
read
Only
render
Edit
Icon?
size?
tooltip
Overlay?
Properties
Optional
edit
Indicator
Position
editIndicatorPosition
?:
"inside"
|
"outside"
|
"outsideOffset"
Optional
edit
On
Focus
editOnFocus
?:
boolean
Optional
error
Text
errorText
?:
string
Optional
handle
Pencil
Click
handlePencilClick
?:
()
=>
void
Optional
highlight
On
Hover
highlightOnHover
?:
boolean
Optional
icon
Intent
iconIntent
?:
IconIntent
Optional
input
Extra
Controls
inputExtraControls
?:
ReactNode
Optional
is
Cropped
Width
isCroppedWidth
?:
boolean
Optional
is
Disabled
isDisabled
?:
boolean
is
Edit
Mode
isEditMode
:
boolean
Optional
is
Highlighted
isHighlighted
?:
boolean
on
Toggle
Edit
Mode
onToggleEditMode
:
(
isEdit
:
boolean
)
=>
void
read
Only
readOnly
:
boolean
Optional
render
Edit
Icon
renderEditIcon
?:
(
props
:
{
handleEditIconClick
:
()
=>
void
}
)
=>
ReactNode
Optional
size
size
?:
SIZE
Optional
tooltip
Overlay
tooltipOverlay
?:
string
On This Page
Properties
edit
Indicator
Position
edit
On
Focus
error
Text
handle
Pencil
Click
highlight
On
Hover
icon
Intent
input
Extra
Controls
is
Cropped
Width
is
Disabled
is
Edit
Mode
is
Highlighted
on
Toggle
Edit
Mode
read
Only
render
Edit
Icon
size
tooltip
Overlay
Юниверс DG SDK UI
Loading...
Public