Skip to content

Interface: ContentChildren

Defined in: src/v1/models/contentChildren.ts:6

Properties

_expandable?

ts
optional _expandable?: object;

Defined in: src/v1/models/contentChildren.ts:14

attachment?

ts
optional attachment?: string;

comment?

ts
optional comment?: string;

database?

ts
optional database?: string;

embed?

ts
optional embed?: string;

folder?

ts
optional folder?: string;

page?

ts
optional page?: string;

slide?

ts
optional slide?: string;

whiteboard?

ts
optional whiteboard?: string;

ts
optional _links?: object;

Defined in: src/v1/models/contentChildren.ts:24

Index Signature

ts
[key: string]: unknown

base?

ts
optional base?: string;

Base URL of the Confluence site.

byOperation?

ts
optional byOperation?: string;

Link to the restrictions grouped by operation.

collection?

ts
optional collection?: string;

Link to the collection this entity belongs to.

context?

ts
optional context?: string;

Context path of the Confluence site.

download?

ts
optional download?: string;

Download link for the content.

editui?

ts
optional editui?: string;

Edit UI link of the content.

edituiv2?

ts
optional edituiv2?: string;

Edit UI (v2 editor) link of the content.

next?

ts
optional next?: string;

Relative URL of the next page of results.

prev?

ts
optional prev?: string;

Relative URL of the previous page of results.

self?

ts
optional self?: string;

Canonical link to this entity.

tinyui?

ts
optional tinyui?: string;

Short web UI link of the content.

webui?

ts
optional webui?: string;

Web UI link of the content.


attachment?

ts
optional attachment?: ContentArray;

Defined in: src/v1/models/contentChildren.ts:7


comment?

ts
optional comment?: ContentArray;

Defined in: src/v1/models/contentChildren.ts:8


database?

ts
optional database?: ContentArray;

Defined in: src/v1/models/contentChildren.ts:11


embed?

ts
optional embed?: ContentArray;

Defined in: src/v1/models/contentChildren.ts:12


folder?

ts
optional folder?: ContentArray;

Defined in: src/v1/models/contentChildren.ts:13


page?

ts
optional page?: ContentArray;

Defined in: src/v1/models/contentChildren.ts:9


whiteboard?

ts
optional whiteboard?: ContentArray;

Defined in: src/v1/models/contentChildren.ts:10