Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/LanguageField
LanguageFieldProps
Interface LanguageFieldProps
interface
LanguageFieldProps
{
disabled
?:
boolean
;
label
?:
string
;
languages
?:
LanguagesData
;
name
:
string
;
onChange
?:
()
=>
void
;
value
?:
string
;
}
Index
Properties
disabled?
label?
languages?
name
on
Change?
value?
Properties
Optional
disabled
disabled
?:
boolean
Optional
label
label
?:
string
Optional
languages
languages
?:
LanguagesData
name
name
:
string
Optional
on
Change
onChange
?:
()
=>
void
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disabled
label
languages
name
on
Change
value
@thepalaceproject/circulation-admin
Loading...