@did-btc1/common
Preparing search index...
PatchOperation
Interface PatchOperation
A JSON Patch operation, as defined in
RFC 6902
.
interface
PatchOperation
{
from
?:
string
;
op
:
string
;
path
:
string
;
value
?:
any
;
}
Index
Properties
from?
op
path
value?
Properties
Optional
from
from
?:
string
op
op
:
string
path
path
:
string
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
op
path
value
@did-btc1/common
Loading...
A JSON Patch operation, as defined in RFC 6902.