Documentation
Preparing search index...
object/replace-object
ReplaceObjectConfigItem
Interface ReplaceObjectConfigItem
interface
ReplaceObjectConfigItem
{
replaceMethod
?:
(
key
:
string
|
number
,
value
:
any
,
replaceValue
:
any
,
)
=>
any
;
replaceValue
?:
any
;
value
:
any
;
}
Index
Properties
replace
Method?
replace
Value?
value
Properties
Optional
replace
Method
replaceMethod
?:
(
key
:
string
|
number
,
value
:
any
,
replaceValue
:
any
)
=>
any
替换方法,返回值为替换后的值
Optional
replace
Value
replaceValue
?:
any
替换后的值
value
value
:
any
要替换的值
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
replace
Method
replace
Value
value
Documentation
Loading...
替换方法,返回值为替换后的值