Preparing search index...
The search index is not available
Tango LowCode Builder
Tango LowCode Builder
@music163/tango-setting-form
Field
Class Field
Index
Constructors
constructor
Properties
_get
_set
config
detail
id
name
parent
state
Accessors
error
value
Methods
handle
Blur
set
Config
set
Value
validate
Constructors
constructor
new
Field
(
options
)
:
Field
Parameters
options
:
FieldCreateOptionsType
Returns
Field
Properties
Readonly
_get
_get
:
(
(
)
=>
any
)
Readonly
_set
_set
:
(
(
v
:
any
)
=>
void
)
config
config
:
FieldConfigType
= null
detail
detail
:
ISetterOnChangeCallbackDetail
= {}
Readonly
id
id
:
string
Readonly
name
name
:
string
Readonly
parent
parent
:
IFormModel
state
state
:
FieldStateType
= {}
Accessors
error
get
error
(
)
:
any
Returns
any
value
get
value
(
)
:
any
Returns
any
set
value
(
value
)
:
void
Parameters
value
:
any
Returns
void
Methods
handle
Blur
handle
Blur
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
set
Config
set
Config
(
config
)
:
void
Parameters
config
:
FieldConfigType
Returns
void
set
Value
set
Value
(
nextValue
,
valueDetail
)
:
Promise
<
any
>
Parameters
nextValue
:
any
valueDetail
:
any
Returns
Promise
<
any
>
validate
validate
(
trigger
?
)
:
Promise
<
any
>
Parameters
trigger
:
FieldValidateTriggerType
= '*'
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_get
_set
config
detail
id
name
parent
state
Accessors
error
value
Methods
handle
Blur
set
Config
set
Value
validate
Tango LowCode Builder
Loading...