Skip to content

Type Alias: ContentChildren

ts
type ContentChildren = object;

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?: GenericLinks;

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


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