Preparing search index...
The search index is not available
uiconfig.js
uiconfig.js
ChangeEvent
Interface ChangeEvent
interface
ChangeEvent
{
config
?:
UiObjectConfig
<
any
,
string
,
any
>
;
configPath
?:
UiObjectConfig
<
any
,
string
,
any
>
[]
;
last
?:
boolean
;
lastValue
?:
any
;
target
?:
UiObjectConfig
<
any
,
string
,
any
>
;
type
:
"change"
;
value
?:
any
;
}
Index
Properties
config?
config
Path?
last?
last
Value?
target?
type
value?
Properties
Optional
config
config
?:
UiObjectConfig
<
any
,
string
,
any
>
Optional
config
Path
config
Path
?:
UiObjectConfig
<
any
,
string
,
any
>
[]
Optional
last
last
?:
boolean
Optional
last
Value
last
Value
?:
any
Optional
target
target
?:
UiObjectConfig
<
any
,
string
,
any
>
type
type
:
"change"
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
config
Path
last
last
Value
target
type
value
uiconfig.js
Loading...