@qlik/api reference
Embed
Extend
Manage
APIs
Toolkits
Embed
Extend
Manage
APIs
Toolkits
Preparing search index...
data-sets
JsonPatch
Type Alias JsonPatch
type
JsonPatch
=
{
from
?:
string
;
op
:
"add"
|
"remove"
|
"replace"
|
"move"
|
"copy"
|
"test"
;
path
:
string
;
value
?:
unknown
;
}
Index
Properties
from?
op
path
value?
Properties
Optional
from
from
?:
string
A JSON Pointer path pointing to the location to move/copy from.
op
op
:
"add"
|
"remove"
|
"replace"
|
"move"
|
"copy"
|
"test"
path
path
:
string
Optional
value
value
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
op
path
value
Embed
Extend
Manage
APIs
Toolkits
@qlik/api reference
Loading...
A JSON Pointer path pointing to the location to move/copy from.