Source Code
Preparing search index...
The search index is not available
@resolution/confluence-api-client
@resolution/confluence-api-client
index
ContentProperty
Interface ContentProperty
interface
ContentProperty
{
id
?:
string
;
key
?:
string
;
value
?:
unknown
;
version
?:
Version
;
}
Hierarchy
Record
<
string
,
unknown
>
ContentProperty
Index
Properties
id?
key?
value?
version?
Properties
Optional
id
id
?:
string
ID of the property
Optional
key
key
?:
string
Key of the property
Optional
value
value
?:
unknown
Value of the property. Must be a valid JSON value.
Optional
version
version
?:
Version
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
key
value
version
Source Code
@resolution/confluence-api-client
Loading...
ID of the property