@bjornharrtell/json-api
Preparing search index...
AtomicOperation
Interface AtomicOperation
interface
AtomicOperation
{
data
?:
|
JsonApiResourceIdentifier
|
JsonApiResourceIdentifier
[]
|
BaseEntity
|
null
;
op
:
"add"
|
"update"
|
"remove"
;
ref
?:
JsonApiReference
;
}
Index
Properties
data?
op
ref?
Properties
Optional
data
data
?:
|
JsonApiResourceIdentifier
|
JsonApiResourceIdentifier
[]
|
BaseEntity
|
null
op
op
:
"add"
|
"update"
|
"remove"
Optional
ref
ref
?:
JsonApiReference
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
op
ref
@bjornharrtell/json-api
Loading...