Source Code
Preparing search index...
The search index is not available
@resolution/confluence-api-client
@resolution/confluence-api-client
index
Relation
Interface Relation
interface
Relation
{
_expandable
?:
{
relationData
?:
string
;
source
?:
string
;
target
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
;
_links
:
GenericLinks
;
name
:
string
;
relationData
?:
RelationData
;
source
?:
|
null
|
UserV1
|
Content
|
Space
;
target
?:
|
null
|
UserV1
|
Content
|
Space
;
}
Hierarchy
Record
<
string
,
unknown
>
Relation
Index
Properties
_expandable?
_links
name
relation
Data?
source?
target?
Properties
Optional
_expandable
_expandable
?:
{
relationData
?:
string
;
source
?:
string
;
target
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
_links
_links
:
GenericLinks
name
name
:
string
Optional
relation
Data
relation
Data
?:
RelationData
Optional
source
source
?:
|
null
|
UserV1
|
Content
|
Space
Optional
target
target
?:
|
null
|
UserV1
|
Content
|
Space
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_expandable
_links
name
relation
Data
source
target
Source Code
@resolution/confluence-api-client
Loading...