@thepalaceproject/circulation-admin
Preparing search index...
components/JsonField
JsonFieldProps
Interface JsonFieldProps
interface
JsonFieldProps
{
disabled
?:
boolean
;
onChange
?:
(
value
:
any
)
=>
void
;
readOnly
?:
boolean
;
setting
:
SettingData
;
value
?:
any
;
}
Index
Properties
disabled?
on
Change?
read
Only?
setting
value?
Properties
Optional
disabled
disabled
?:
boolean
Optional
on
Change
onChange
?:
(
value
:
any
)
=>
void
Optional
read
Only
readOnly
?:
boolean
setting
setting
:
SettingData
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disabled
on
Change
read
Only
setting
value
@thepalaceproject/circulation-admin
Loading...