Preparing search index...
The search index is not available
jsonapi-data-manager
jsonapi-data-manager
ResourceObject
Interface ResourceObject
interface
ResourceObject
{
attributes
?:
{
[
key
:
string
]
:
Attribute
;
}
;
id
:
string
;
links
?:
LinksObject
;
meta
?:
Meta
;
relationships
?:
{
[
key
:
string
]
:
Relationship
;
}
;
type
:
string
;
}
Index
Properties
attributes?
id
links?
meta?
relationships?
type
Properties
Optional
attributes
attributes
?:
{
[
key
:
string
]
:
Attribute
;
}
Type declaration
[
key
:
string
]:
Attribute
id
id
:
string
Optional
links
links
?:
LinksObject
Optional
meta
meta
?:
Meta
Optional
relationships
relationships
?:
{
[
key
:
string
]
:
Relationship
;
}
Type declaration
[
key
:
string
]:
Relationship
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attributes
id
links
meta
relationships
type
jsonapi-data-manager
Loading...