mobx-sentinel API doc
GitHub
Example
Preparing search index...
@mobx-sentinel/core
KeyPath
build
Function build
build
(
...
keys
:
(
null
|
string
|
number
|
KeyPath
)
[]
)
:
KeyPath
Build a key path from an array of keys
Parameters
...
keys
: (
null
|
string
|
number
|
KeyPath
)
[]
Returns
KeyPath
The constructed key path
Remarks
Joins keys with dots
Ignores null values
Ignores empty strings
Handles
KeyPath.Self
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Example
mobx-sentinel API doc
Loading...
Build a key path from an array of keys