Preparing search index...
The search index is not available
Tango LowCode Builder
Tango LowCode Builder
@music163/tango-setting-form
FormItemComponentProps
Interface FormItemComponentProps<T>
interface
FormItemComponentProps
<
T
>
{
disabled
?:
boolean
;
onChange
:
(
(
value
:
T
,
detail
?:
ISetterOnChangeCallbackDetail
)
=>
void
)
;
readOnly
?:
boolean
;
status
?:
""
|
"error"
|
"warning"
;
value
?:
T
;
[
prop
:
string
]
:
any
;
}
Type Parameters
T
=
any
Indexable
[
prop
:
string
]:
any
Index
Properties
disabled?
on
Change
read
Only?
status?
value?
Properties
Optional
disabled
disabled
?:
boolean
on
Change
on
Change
:
(
(
value
:
T
,
detail
?:
ISetterOnChangeCallbackDetail
)
=>
void
)
Optional
read
Only
read
Only
?:
boolean
Optional
status
status
?:
""
|
"error"
|
"warning"
Optional
value
value
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disabled
on
Change
read
Only
status
value
Tango LowCode Builder
Loading...