Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/TextWithEditMode
TextWithEditModeProps
Interface TextWithEditModeProps
interface
TextWithEditModeProps
{
"aria-label"
:
string
;
children
?:
ReactNode
;
disableIfBlank
?:
boolean
;
key
?:
Key
;
onUpdate
?:
(
text
:
string
)
=>
void
;
placeholder
:
string
;
ref
?:
LegacyRef
<
default
>
;
text
?:
string
;
}
Hierarchy
Props
<
default
>
TextWithEditModeProps
Index
Properties
aria-
label
children?
disable
If
Blank?
key?
on
Update?
placeholder
ref?
text?
Properties
aria-
label
"aria-label"
:
string
Optional
children
children
?:
ReactNode
Optional
disable
If
Blank
disableIfBlank
?:
boolean
Optional
key
key
?:
Key
Optional
on
Update
onUpdate
?:
(
text
:
string
)
=>
void
placeholder
placeholder
:
string
Optional
ref
ref
?:
LegacyRef
<
default
>
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aria-
label
children
disable
If
Blank
key
on
Update
placeholder
ref
text
@thepalaceproject/circulation-admin
Loading...