Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Network
ParamsSerializerOptions
Interface ParamsSerializerOptions
Public
interface
ParamsSerializerOptions
{
dots
?:
boolean
;
encode
?:
(
(
value
:
any
,
defaultEncoder
:
(
(
value
:
any
)
=>
any
)
)
=>
any
)
;
indexes
?:
null
|
boolean
;
metaTokens
?:
boolean
;
serialize
?:
CustomParamsSerializer
;
visitor
?:
SerializerVisitor
;
}
Hierarchy (
view full
)
SerializerOptions
ParamsSerializerOptions
Index
Properties
dots?
encode?
indexes?
meta
Tokens?
serialize?
visitor?
Properties
Optional
dots
dots
?:
boolean
Optional
encode
encode
?:
(
(
value
:
any
,
defaultEncoder
:
(
(
value
:
any
)
=>
any
)
)
=>
any
)
Optional
indexes
indexes
?:
null
|
boolean
Optional
meta
Tokens
meta
Tokens
?:
boolean
Optional
serialize
serialize
?:
CustomParamsSerializer
Optional
visitor
visitor
?:
SerializerVisitor
On This Page
Properties
dots
encode
indexes
meta
Tokens
serialize
visitor
Юниверс MDM SDK UI
Loading...
Public